aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 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;