Fix a comment typo.

llvm-svn: 124450
This commit is contained in:
Bob Wilson 2011-01-27 23:08:52 +00:00
parent f249fb75f1
commit 0b0692bd8d

View File

@ -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;