summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-07 20:12:52 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-07 20:12:52 +0000
commit737af827e830eb8eeecda42a31d44d284fbe0204 (patch)
treefbb0dd8081f96820e6833db6e702a8e721f5e74e /utils/TableGen/TableGen.cpp
parent6cb0f4d7744d68bf7ebeea039cb3ea2613555535 (diff)
downloadllvm-737af827e830eb8eeecda42a31d44d284fbe0204.tar.gz
llvm-737af827e830eb8eeecda42a31d44d284fbe0204.tar.bz2
llvm-737af827e830eb8eeecda42a31d44d284fbe0204.tar.xz
Fixed spelling of `intentionally'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGen.cpp')
-rw-r--r--utils/TableGen/TableGen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 67efdb46c8..971ac9081a 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/utils/TableGen/TableGen.cpp
@@ -193,9 +193,9 @@ static unsigned getFirstFixedBitInSequence(std::vector<Record*>::iterator IB,
}
// ParseMachineCode - Try to split the vector of instructions (which is
-// intentially taken by-copy) in half, narrowing down the possible instructions
-// that we may have found. Eventually, this list will get pared down to zero or
-// one instruction, in which case we have a match or failure.
+// intentionally taken by-copy) in half, narrowing down the possible
+// instructions that we may have found. Eventually, this list will get pared
+// down to zero or one instruction, in which case we have a match or failure.
//
static Record *ParseMachineCode(std::vector<Record*>::iterator InstsB,
std::vector<Record*>::iterator InstsE,