Fix spell-o

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-01 16:35:30 +00:00
parent 8c8418ddb4
commit c87c80dce0

View File

@ -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;