[llvm-commits] CVS: llvm/utils/TableGen/FileParser.y

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:40:01 PDT 2003


Changes in directory llvm/utils/TableGen:

FileParser.y updated: 1.22 -> 1.23

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/utils/TableGen/FileParser.y
diff -u llvm/utils/TableGen/FileParser.y:1.22 llvm/utils/TableGen/FileParser.y:1.23
--- llvm/utils/TableGen/FileParser.y:1.22	Sun Aug 10 17:14:13 2003
+++ llvm/utils/TableGen/FileParser.y	Mon Aug 18 09:39:28 2003
@@ -130,7 +130,7 @@
     abort();
   } else {    // This class expects template arguments...
     // Loop over all of the template arguments, setting them to the specified
-    // value or leaving them as the default as neccesary.
+    // value or leaving them as the default as necessary.
     for (unsigned i = 0, e = TArgs.size(); i != e; ++i) {
       if (i < TemplateArgs.size()) {  // A value is specified for this temp-arg?
 	// Set it now.





More information about the llvm-commits mailing list