diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 16:35:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 16:35:30 +0000 |
commit | c87c80dce0047d596c1bb0a67353e00d2b2fcf41 (patch) | |
tree | 9a00c39d6cce8c74400dd2c245519fb3463aa961 /include/llvm | |
parent | 8c8418ddb44cbbfa1498f337109e10c899ca0435 (diff) | |
download | external_llvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.zip external_llvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.tar.gz external_llvm-c87c80dce0047d596c1bb0a67353e00d2b2fcf41.tar.bz2 |
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')
-rw-r--r-- | include/llvm/DerivedTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index f8677d6..0cabdab 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; |