Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 29 May 2010 06:11:16 +0000 (06:11 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 29 May 2010 06:11:16 +0000 (06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105096 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index bc25a0f401442270165de727d10c955bd2782b78..e092f6d986cbcfb5d614de822120772ea8da7d1a 100644 (file)
@@ -210,7 +210,7 @@ public:
     UndefValueVal,            // This is an instance of UndefValue
     BlockAddressVal,          // This is an instance of BlockAddress
     ConstantExprVal,          // This is an instance of ConstantExpr
-    ConstantAggregateZeroVal, // This is an instance of ConstantAggregateNull
+    ConstantAggregateZeroVal, // This is an instance of ConstantAggregateZero
     ConstantIntVal,           // This is an instance of ConstantInt
     ConstantFPVal,            // This is an instance of ConstantFP
     ConstantArrayVal,         // This is an instance of ConstantArray