We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b1557 + cb9c314 commit 368ee9eCopy full SHA for 368ee9e
1 file changed
cpp/common/src/codingstandards/cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll
@@ -198,7 +198,7 @@ newtype TPSetEntry =
198
PSetNull(NullReason nr) or
199
/** An invalid pointer, for the given reason. */
200
PSetInvalid(InvalidReason ir) or
201
- /** An unkown pointer. */
+ /** An unknown pointer. */
202
PSetUnknown()
203
204
/**
0 commit comments