diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:54:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:54:14 +0000 |
commit | fa100531e16266cb5eb3617b389f712c7dfcbde4 (patch) | |
tree | 7f75c106be3dfa789e64a4f675ec8719e9364782 /llvm/lib/VMCore/Module.cpp | |
parent | 857c21b4e039a77329e711442d8edeb9464f18e0 (diff) | |
download | bcm5719-llvm-fa100531e16266cb5eb3617b389f712c7dfcbde4.tar.gz bcm5719-llvm-fa100531e16266cb5eb3617b389f712c7dfcbde4.zip |
Fix spelling/grammar.
llvm-svn: 9023
Diffstat (limited to 'llvm/lib/VMCore/Module.cpp')
-rw-r--r-- | llvm/lib/VMCore/Module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp index b7fe5693fb2..80460df4d87 100644 --- a/llvm/lib/VMCore/Module.cpp +++ b/llvm/lib/VMCore/Module.cpp @@ -232,7 +232,7 @@ std::string Module::getTypeName(const Type *Ty) { // of all references that they are maintaining. This allows one to 'delete' a // whole module at a time, even though there may be circular references... first // all references are dropped, and all use counts go to zero. Then everything -// is delete'd for real. Note that no operations are valid on an object that +// is deleted for real. Note that no operations are valid on an object that // has "dropped all references", except operator delete. // void Module::dropAllReferences() { |