diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2011-01-27 23:08:52 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2011-01-27 23:08:52 +0000 |
| commit | f9bab3a47aec055f57a119e5b667e941f36cf1b0 (patch) | |
| tree | 77c9a19373accc1fc4de82ad52f903c4149472e6 /llvm/utils/TableGen/CodeEmitterGen.cpp | |
| parent | 800a2afbb3a46271334112b6c82e149d74dc648a (diff) | |
| download | bcm5719-llvm-f9bab3a47aec055f57a119e5b667e941f36cf1b0.tar.gz bcm5719-llvm-f9bab3a47aec055f57a119e5b667e941f36cf1b0.zip | |
Fix a comment typo.
llvm-svn: 124450
Diffstat (limited to 'llvm/utils/TableGen/CodeEmitterGen.cpp')
| -rw-r--r-- | llvm/utils/TableGen/CodeEmitterGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeEmitterGen.cpp b/llvm/utils/TableGen/CodeEmitterGen.cpp index 5625fe4d2bf..511d83deb1e 100644 --- a/llvm/utils/TableGen/CodeEmitterGen.cpp +++ b/llvm/utils/TableGen/CodeEmitterGen.cpp @@ -142,7 +142,7 @@ AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, continue; } - // Figure out the consequtive range of bits covered by this operand, in + // Figure out the consecutive range of bits covered by this operand, in // order to generate better encoding code. int beginInstBit = bit; int beginVarBit = varBit; |

