Fixes a typo in a comment.
authorEnrico Pertoso <epertoso@google.com>
Wed, 3 Jun 2015 09:10:58 +0000 (09:10 +0000)
committerEnrico Pertoso <epertoso@google.com>
Wed, 3 Jun 2015 09:10:58 +0000 (09:10 +0000)
llvm-svn: 238910

clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp

index 08ba26a..275481f 100644 (file)
@@ -199,7 +199,7 @@ GenericTaintChecker::TaintPropagationRule::getTaintPropagationRule(
                                                      const FunctionDecl *FDecl,
                                                      StringRef Name,
                                                      CheckerContext &C) {
-  // TODO: Currently, we might loose precision here: we always mark a return
+  // TODO: Currently, we might lose precision here: we always mark a return
   // value as tainted even if it's just a pointer, pointing to tainted data.
 
   // Check for exact name match for functions without builtin substitutes.