From: Bob Wilson Date: Thu, 27 Jan 2011 23:08:52 +0000 (+0000) Subject: Fix a comment typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b8c3530cca906727f573234c783cdbf2499373f;p=oota-llvm.git 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 5625fe4d2bf..511d83deb1e 100644 --- a/utils/TableGen/CodeEmitterGen.cpp +++ b/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;