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;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits