From c87c80dce0047d596c1bb0a67353e00d2b2fcf41 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 16:35:30 +0000 Subject: [PATCH] Fix spell-o git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8283 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;