summaryrefslogtreecommitdiff
path: root/include/llvm/DerivedTypes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 16:35:30 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 16:35:30 +0000
commitc87c80dce0047d596c1bb0a67353e00d2b2fcf41 (patch)
tree9a00c39d6cce8c74400dd2c245519fb3463aa961 /include/llvm/DerivedTypes.h
parent8c8418ddb44cbbfa1498f337109e10c899ca0435 (diff)
downloadllvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.tar.gz
llvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.tar.bz2
llvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.tar.xz
Fix spell-o
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DerivedTypes.h')
-rw-r--r--include/llvm/DerivedTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h
index f8677d635d..0cabdab49c 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;