commit | 48d798ce32447607144db70a484cdb99c1180663 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jun 02 10:20:41 2012 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jun 02 10:20:41 2012 +0000 |
tree | c4eccafafa0c527682d6dcdc6fba50bb44e7f425 | |
parent | 1973634e445d4f1abdeedc2809f2d281929253b6 [diff] [blame] |
Fix typos found by http://github.com/lyda/misspell-check git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157886 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp b/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp index 135b81d..6b7867c 100644 --- a/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
@@ -273,7 +273,7 @@ // Skipping the following functions, since they might be used for cleansing // or smart memory copy: - // - memccpy - copying untill hitting a special character. + // - memccpy - copying until hitting a special character. return TaintPropagationRule(); }