r178683 - [analyzer] Fix typo.
Anna Zaks
ganna at apple.com
Wed Apr 3 12:28:05 PDT 2013
Author: zaks
Date: Wed Apr 3 14:28:05 2013
New Revision: 178683
URL: http://llvm.org/viewvc/llvm-project?rev=178683&view=rev
Log:
[analyzer] Fix typo.
Thanks Jordan!
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp?rev=178683&r1=178682&r2=178683&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp Wed Apr 3 14:28:05 2013
@@ -1087,7 +1087,7 @@ void RegionStoreManager::populateWorkLis
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);
More information about the cfe-commits
mailing list