Fixed spelling of `intentionally'.
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 7 Sep 2003 20:12:52 +0000 (20:12 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 7 Sep 2003 20:12:52 +0000 (20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8387 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/TableGen.cpp
utils/TableGen/TableGen.cpp

index 67efdb46c857c59d31f1f220915506a352a8ad93..971ac9081aad00ffeb83c0e6a1117e7945a06a66 100644 (file)
@@ -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,
index 67efdb46c857c59d31f1f220915506a352a8ad93..971ac9081aad00ffeb83c0e6a1117e7945a06a66 100644 (file)
@@ -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,