Fix a comment typo.
authorDuncan Sands <baldrick@free.fr>
Wed, 3 Nov 2010 11:55:03 +0000 (11:55 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 3 Nov 2010 11:55:03 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118168 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index 0ba5f6cf3e086e577f4254c2943b0311a59df8a7..ae6729a205b7377285a0dda11789041d395398a6 100644 (file)
@@ -86,7 +86,7 @@ namespace llvm {
       LAST_VALUETYPE =  36,   // This always remains at the end of the list.
 
       // This is the current maximum for LAST_VALUETYPE.
-      // EVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors
+      // MVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors
       // This value must be a multiple of 32.
       MAX_ALLOWED_VALUETYPE = 64,