From 5946e5be179052b246fc6e7b1329458fbbc1b730 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 27 Aug 2018 14:23:50 +0000 Subject: [PATCH] fix comment typo llvm-svn: 340743 --- .../Checkers/UninitializedObject/UninitializedPointee.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp b/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp index 46a70fd..72e256b 100644 --- a/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp @@ -96,7 +96,7 @@ public: static bool isVoidPointer(QualType T); /// Dereferences \p V and returns the value and dynamic type of the pointee, as -/// well as wether \p FR needs to be casted back to that type. If for whatever +/// well as whether \p FR needs to be casted back to that type. If for whatever /// reason dereferencing fails, returns with None. static llvm::Optional> dereference(ProgramStateRef State, const FieldRegion *FR); -- 2.7.4