Fix a comment.

llvm-svn: 58487
This commit is contained in:
Zhongxing Xu 2008-10-31 03:01:26 +00:00
parent a1c4fcfc29
commit 121a53a176
1 changed files with 1 additions and 1 deletions

View 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.