We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23e25b9 + 7aaad93 commit cb9c314Copy full SHA for cb9c314
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