diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-05-21 18:57:33 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-05-21 18:57:33 +0000 |
commit | e1e7fff43d7bf2fa567439f5a81258b579152ae7 (patch) | |
tree | 4be01087a8bdae9828fc6a26dacb4a4cc4199a13 /include | |
parent | 6bf345c6ea7783e29ba71addcf08b98c8dba9436 (diff) | |
download | external_llvm-e1e7fff43d7bf2fa567439f5a81258b579152ae7.zip external_llvm-e1e7fff43d7bf2fa567439f5a81258b579152ae7.tar.gz external_llvm-e1e7fff43d7bf2fa567439f5a81258b579152ae7.tar.bz2 |
update a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/InstrTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 3748b0c..527ee89 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) \ |