From 7aaad937d8e66a640f2dc05827d06339b24a97ee Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 28 Jul 2023 09:54:14 +0200 Subject: [PATCH] Fix typo in the lifetime profile --- .../cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/common/src/codingstandards/cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll b/cpp/common/src/codingstandards/cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll index 32d0026241..354dccdc56 100644 --- a/cpp/common/src/codingstandards/cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll +++ b/cpp/common/src/codingstandards/cpp/lifetimes/lifetimeprofile/LifetimeProfile.qll @@ -198,7 +198,7 @@ newtype TPSetEntry = PSetNull(NullReason nr) or /** An invalid pointer, for the given reason. */ PSetInvalid(InvalidReason ir) or - /** An unkown pointer. */ + /** An unknown pointer. */ PSetUnknown() /**