[llvm-commits] CVS: llvm/utils/TableGen/TableGen.cpp

Misha Brukman brukman at cs.uiuc.edu
Sun Sep 7 15:25:13 PDT 2003


Changes in directory llvm/utils/TableGen:

TableGen.cpp updated: 1.20 -> 1.21

---
Log message:

Fixed spelling of `intentionally'.


---
Diffs of the changes:

Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.20 llvm/utils/TableGen/TableGen.cpp:1.21
--- llvm/utils/TableGen/TableGen.cpp:1.20	Wed Aug 27 08:41:57 2003
+++ llvm/utils/TableGen/TableGen.cpp	Sun Sep  7 15:12:52 2003
@@ -193,9 +193,9 @@
 }
 
 // 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,





More information about the llvm-commits mailing list