From: Zhongxing Xu Date: Fri, 31 Oct 2008 03:01:26 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a189dcaf0315ce86e76ea1491e739357b6f3f620;p=clang Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58487 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 9995a397fc..cf8c25a227 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp @@ -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.