aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-27 23:08:52 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-27 23:08:52 +0000
commit9b8c3530cca906727f573234c783cdbf2499373f (patch)
treecb49f28e1e939362b81782755f1d9cdac8c81c13 /utils
parent11d23bd8906186713a8ef3568724219626e400cc (diff)
downloadexternal_llvm-9b8c3530cca906727f573234c783cdbf2499373f.zip
external_llvm-9b8c3530cca906727f573234c783cdbf2499373f.tar.gz
external_llvm-9b8c3530cca906727f573234c783cdbf2499373f.tar.bz2
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeEmitterGen.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ 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;