From 121a53a176734924f936d4720b7539e91f45b3cf Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Fri, 31 Oct 2008 03:01:26 +0000 Subject: [PATCH] Fix a comment. llvm-svn: 58487 --- clang/lib/Analysis/GRExprEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp index 9995a397fc4e..cf8c25a2277d 100644 --- a/clang/lib/Analysis/GRExprEngine.cpp +++ b/clang/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.