update a comment
authorGabor Greif <ggreif@gmail.com>
Wed, 21 May 2008 18:57:33 +0000 (18:57 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 21 May 2008 18:57:33 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51390 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/InstrTypes.h

index 3748b0c9a56fae777383db5c3a153b70fea2fa25..527ee89ad324fcae1987f43dd1b61841fdd0fc40 100644 (file)
@@ -169,7 +169,7 @@ public:
                                 const std::string &Name,
                                 BasicBlock *InsertAtEnd);
 
-  /// Create* - These methods just forward to create, and are useful when you
+  /// Create* - These methods just forward to Create, and are useful when you
   /// statically know what type of instruction you're going to create.  These
   /// helpers just save some typing.
 #define HANDLE_BINARY_INST(N, OPC, CLASS) \