diff options
author | Anna Zaks <ganna@apple.com> | 2013-04-03 19:28:05 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2013-04-03 19:28:05 +0000 |
commit | ddef54cad61a1e9680220a4a2f07a004d000fb9f (patch) | |
tree | 644dafe9a4c8a81d6a67831a88c39d69e8cefba3 /clang/lib/StaticAnalyzer/Core/RegionStore.cpp | |
parent | 6ae7e50be4ad115d06d5c6d361dee1120cc6c73c (diff) | |
download | bcm5719-llvm-ddef54cad61a1e9680220a4a2f07a004d000fb9f.tar.gz bcm5719-llvm-ddef54cad61a1e9680220a4a2f07a004d000fb9f.zip |
[analyzer] Fix typo.
Thanks Jordan!
llvm-svn: 178683
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/RegionStore.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/RegionStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/RegionStore.cpp b/clang/lib/StaticAnalyzer/Core/RegionStore.cpp index 514fe256cd6..0f4a6824a24 100644 --- a/clang/lib/StaticAnalyzer/Core/RegionStore.cpp +++ b/clang/lib/StaticAnalyzer/Core/RegionStore.cpp @@ -1087,7 +1087,7 @@ void RegionStoreManager::populateWorkList(invalidateRegionsWorker &W, for (SValListTy::const_iterator I = Vals.begin(), E = Vals.end(); I != E; ++I) { - // Note: the last argumet is false here because these are + // Note: the last argument is false here because these are // non-top-level regions. if (const MemRegion *R = (*I).getAsRegion()) W.AddToWorkList(R, /*IsConst=*/ false); |