From: Gabor Greif Date: Wed, 21 May 2008 18:57:33 +0000 (+0000) Subject: update a comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0263140c9e28c204b13455512b98214b3051510c;p=oota-llvm.git update a comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 3748b0c9a56..527ee89ad32 100644 --- a/include/llvm/InstrTypes.h +++ b/include/llvm/InstrTypes.h @@ -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) \