Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Thu, 27 Jan 2011 23:08:52 +0000 (23:08 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 27 Jan 2011 23:08:52 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124450 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeEmitterGen.cpp

index 5625fe4d2bff978b8edf8bf4e6416c0aadb4a986..511d83deb1e20e8236ecbf0b78b0864bdd76bfde 100644 (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;