Fix spell-o
authorChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 16:35:30 +0000 (16:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 16:35:30 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8283 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index f8677d635d4987e7ab76a4919a1e250e2d3e5d02..0cabdab49c191b8d49a1c5d142ef3052e0ad57ef 100644 (file)
@@ -58,7 +58,8 @@ public:
   // 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;