[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReadConst.cpp

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:15:21 PDT 2003


Changes in directory llvm/lib/Bytecode/Reader:

ReadConst.cpp updated: 1.47 -> 1.48

---
Log message:

The word `separate' only has one `e'.


---
Diffs of the changes:

Index: llvm/lib/Bytecode/Reader/ReadConst.cpp
diff -u llvm/lib/Bytecode/Reader/ReadConst.cpp:1.47 llvm/lib/Bytecode/Reader/ReadConst.cpp:1.48
--- llvm/lib/Bytecode/Reader/ReadConst.cpp:1.47	Wed Jun 18 14:22:30 2003
+++ llvm/lib/Bytecode/Reader/ReadConst.cpp	Mon Jul 14 12:14:03 2003
@@ -273,7 +273,7 @@
   }
 
   case Type::TypeTyID:
-    assert(0 && "Type constants should be handled seperately!!!");
+    assert(0 && "Type constants should be handled separately!!!");
     abort();
 
   case Type::ArrayTyID: {





More information about the llvm-commits mailing list