]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix typo.
authorAnna Zaks <ganna@apple.com>
Wed, 3 Apr 2013 19:28:05 +0000 (19:28 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 3 Apr 2013 19:28:05 +0000 (19:28 +0000)
Thanks Jordan!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178683 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/RegionStore.cpp

index 514fe256cd6700fc5ee66ddcb91cd73e648c6270..0f4a6824a24a7a3f8066ece9efb3289faaf43655 100644 (file)
@@ -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);