commit | 9b8c3530cca906727f573234c783cdbf2499373f | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Jan 27 23:08:52 2011 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Jan 27 23:08:52 2011 +0000 |
tree | cb49f28e1e939362b81782755f1d9cdac8c81c13 | |
parent | 11d23bd8906186713a8ef3568724219626e400cc [diff] [blame] |
Fix a comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124450 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeEmitterGen.cpp b/utils/TableGen/CodeEmitterGen.cpp index 5625fe4..511d83d 100644 --- a/utils/TableGen/CodeEmitterGen.cpp +++ b/utils/TableGen/CodeEmitterGen.cpp
@@ -142,7 +142,7 @@ 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;