[llvm-commits] [llvm] r124450 - /llvm/trunk/utils/TableGen/CodeEmitterGen.cpp
Bob Wilson
bob.wilson at apple.com
Thu Jan 27 15:08:52 PST 2011
Author: bwilson
Date: Thu Jan 27 17:08:52 2011
New Revision: 124450
URL: http://llvm.org/viewvc/llvm-project?rev=124450&view=rev
Log:
Fix a comment typo.
Modified:
llvm/trunk/utils/TableGen/CodeEmitterGen.cpp
Modified: llvm/trunk/utils/TableGen/CodeEmitterGen.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeEmitterGen.cpp?rev=124450&r1=124449&r2=124450&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeEmitterGen.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeEmitterGen.cpp Thu Jan 27 17:08:52 2011
@@ -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;
More information about the llvm-commits
mailing list