[cfe-commits] r153533 - /cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
Anna Zaks
ganna at apple.com
Tue Mar 27 13:02:47 PDT 2012
Author: zaks
Date: Tue Mar 27 15:02:47 2012
New Revision: 153533
URL: http://llvm.org/viewvc/llvm-project?rev=153533&view=rev
Log:
[analyzer] Fix a typo.
Modified:
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h?rev=153533&r1=153532&r2=153533&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h Tue Mar 27 15:02:47 2012
@@ -20,7 +20,7 @@
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;
More information about the cfe-commits
mailing list