diff options
-rw-r--r-- | support/tools/TableGen/TableGen.cpp | 6 | ||||
-rw-r--r-- | utils/TableGen/TableGen.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/support/tools/TableGen/TableGen.cpp b/support/tools/TableGen/TableGen.cpp index 67efdb46c8..971ac9081a 100644 --- a/support/tools/TableGen/TableGen.cpp +++ b/support/tools/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, 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, |