[llvm-commits] CVS: llvm/include/Support/Casting.h

Chris Lattner lattner at cs.uiuc.edu
Wed Sep 10 00:31:01 PDT 2003


Changes in directory llvm/include/Support:

Casting.h updated: 1.7 -> 1.8

---
Log message:

Fix spello


---
Diffs of the changes:

Index: llvm/include/Support/Casting.h
diff -u llvm/include/Support/Casting.h:1.7 llvm/include/Support/Casting.h:1.8
--- llvm/include/Support/Casting.h:1.7	Wed Aug 27 13:26:28 2003
+++ llvm/include/Support/Casting.h	Wed Sep 10 00:30:09 2003
@@ -62,7 +62,7 @@
 };
 
 // isa_impl_cl - Use class partial specialization to transform types to a single
-// cannonical form for isa_impl.
+// canonical form for isa_impl.
 //
 template<typename FromCl>
 struct isa_impl_cl {





More information about the llvm-commits mailing list