diff options
author | Anna Zaks <ganna@apple.com> | 2012-03-27 20:02:47 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-03-27 20:02:47 +0000 |
commit | 14d83810b14a558b4d3671c75b6d0f5608898d9e (patch) | |
tree | 3130cc147da688b2c1110665de9fff02d3ba3e5e | |
parent | 65552ca127ac5d9b767c5f0b09d86e17cb3e9e5e (diff) |
[analyzer] Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153533 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h b/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h index 4a5b31cb9b..53205d3b72 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h @@ -20,7 +20,7 @@ namespace clang { namespace ento { /// The GDM component containing the tainted root symbols. We lazily infer the -/// taint of the dependednt symbols. Currently, this is a map from a symbol to +/// taint of the dependent symbols. Currently, this is a map from a symbol to /// tag kind. TODO: Should support multiple tag kinds. struct TaintMap {}; typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl; |