diff options
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); |