]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238910 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp

index 08ba26a530376c428c6fd5044c5fc284d3d4133a..275481f9e46cb8bd6141da92ef90e514100436e1 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.