]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 31 Oct 2008 03:01:26 +0000 (03:01 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 31 Oct 2008 03:01:26 +0000 (03:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58487 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRExprEngine.cpp

index 9995a397fc4eacff15f31250676aa056d1703c67..cf8c25a2277dc131bb00801e5e82fe777ed437ae 100644 (file)
@@ -1681,7 +1681,7 @@ void GRExprEngine::VisitInitListExpr(InitListExpr* E, NodeTy* Pred,
           getBasicVals().consVals(InitV, X.Vals);
         
         if (NewItr == ItrEnd) {
-          // Now we have a list holding all init values. Make CompoundSValData.
+          // Now we have a list holding all init values. Make CompoundValData.
           SVal V = NonLoc::MakeCompoundVal(T, NewVals, getBasicVals());
 
           // Make final state and node.