[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 1 11:36:01 PDT 2003


Changes in directory llvm/include/llvm:

DerivedTypes.h updated: 1.33 -> 1.34

---
Log message:

Fix spell-o


---
Diffs of the changes:

Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.33 llvm/include/llvm/DerivedTypes.h:1.34
--- llvm/include/llvm/DerivedTypes.h:1.33	Thu Aug 21 17:08:59 2003
+++ llvm/include/llvm/DerivedTypes.h	Mon Sep  1 11:35:30 2003
@@ -58,7 +58,8 @@
   // removeAbstractTypeUser - Notify an abstract type that a user of the class
   // no longer has a handle to the type.  This function is called primarily by
   // the PATypeHandle class.  When there are no users of the abstract type, it
-  // is anihilated, because there is no way to get a reference to it ever again.
+  // is annihilated, because there is no way to get a reference to it ever
+  // again.
   //
   void removeAbstractTypeUser(AbstractTypeUser *U) const;
 





More information about the llvm-commits mailing list