diff options
author | Enrico Pertoso <epertoso@google.com> | 2015-06-03 09:10:58 +0000 |
---|---|---|
committer | Enrico Pertoso <epertoso@google.com> | 2015-06-03 09:10:58 +0000 |
commit | 4432d87578135648f35401c52b1462f4ebe24cd8 (patch) | |
tree | 8457e1dd311c4fd11bd74e199f358cb25a634f94 /clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp | |
parent | 9970df1f79a74d958f046e004ca658ebb6864f66 (diff) | |
download | bcm5719-llvm-4432d87578135648f35401c52b1462f4ebe24cd8.tar.gz bcm5719-llvm-4432d87578135648f35401c52b1462f4ebe24cd8.zip |
Fixes a typo in a comment.
llvm-svn: 238910
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp index 08ba26a5303..275481f9e46 100644 --- a/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp @@ -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. |