From: Chris Lattner Date: Mon, 1 Sep 2003 16:35:30 +0000 (+0000) Subject: Fix spell-o X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c87c80dce0047d596c1bb0a67353e00d2b2fcf41;p=oota-llvm.git Fix spell-o git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index f8677d635d4..0cabdab49c1 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -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;