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 | 3d3fb9078f0112fa51d8d9862221f5544c5c80e7 (patch) | |
tree | 33ebce94c85a842b01363ce0079d8c655dcad73c /lib/StaticAnalyzer/Core/RegionStore.cpp | |
parent | d2615cc53b916e8aae45783ca7113b93de515ce3 (diff) |
[analyzer] Fix typo.
Thanks Jordan!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/RegionStore.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/RegionStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/RegionStore.cpp b/lib/StaticAnalyzer/Core/RegionStore.cpp index 514fe256cd..0f4a6824a2 100644 --- a/lib/StaticAnalyzer/Core/RegionStore.cpp +++ b/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); |