[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Sep 10 00:30:13 PDT 2003
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.68 -> 1.69
---
Log message:
Fix spell-o's
---
Diffs of the changes:
Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.68 llvm/lib/VMCore/Type.cpp:1.69
--- llvm/lib/VMCore/Type.cpp:1.68 Fri Sep 5 00:10:04 2003
+++ llvm/lib/VMCore/Type.cpp Wed Sep 10 00:29:06 2003
@@ -13,7 +13,7 @@
// DEBUG_MERGE_TYPES - Enable this #define to see how and when derived types are
// created and later destroyed, all in an effort to make sure that there is only
-// a single cannonical version of a type.
+// a single canonical version of a type.
//
//#define DEBUG_MERGE_TYPES 1
More information about the llvm-commits
mailing list