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 | a060e3f6e9f713f0769181420c4d11c09162c4a3 (patch) | |
| tree | 9b5aabcbdad21032ebcf7ef1578a00e914ac81eb | |
| parent | 667ded9bf8e925f0545fba19caa740ba342d2b02 (diff) | |
| download | bcm5719-llvm-a060e3f6e9f713f0769181420c4d11c09162c4a3.tar.gz bcm5719-llvm-a060e3f6e9f713f0769181420c4d11c09162c4a3.zip | |
Fix spell-o
llvm-svn: 8283
| -rw-r--r-- | llvm/include/llvm/DerivedTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h index f8677d635d4..0cabdab49c1 100644 --- a/llvm/include/llvm/DerivedTypes.h +++ b/llvm/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; |

