[analyzer] Fix a typo.

llvm-svn: 153533
This commit is contained in:
Anna Zaks 2012-03-27 20:02:47 +00:00
parent dc36e616a4
commit fd392aece1
1 changed files with 1 additions and 1 deletions

View File

@ -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;