fix comment typo
authorNico Weber <nicolasweber@gmx.de>
Mon, 27 Aug 2018 14:23:50 +0000 (14:23 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 27 Aug 2018 14:23:50 +0000 (14:23 +0000)
llvm-svn: 340743

clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp

index 46a70fd..72e256b 100644 (file)
@@ -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<std::tuple<SVal, QualType, bool>>
 dereference(ProgramStateRef State, const FieldRegion *FR);