[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 15 10:21:01 PST 2002


Changes in directory llvm/lib/VMCore:

SymbolTable.cpp updated: 1.26 -> 1.27

---
Log message:

planes is not spelled with an O


---
Diffs of the changes:

Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm/lib/VMCore/SymbolTable.cpp:1.26 llvm/lib/VMCore/SymbolTable.cpp:1.27
--- llvm/lib/VMCore/SymbolTable.cpp:1.26	Tue Oct 15 16:26:29 2002
+++ llvm/lib/VMCore/SymbolTable.cpp	Sun Dec 15 10:20:23 2002
@@ -262,7 +262,7 @@
           delete NewM;
 
         } else {
-          assert(0 && "Two ploanes folded together with overlapping "
+          assert(0 && "Two planes folded together with overlapping "
                  "value names!");
         }
       } else {





More information about the llvm-commits mailing list