aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:54:14 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:54:14 +0000
commit6b63452c3ad26678b32f93dbca55902a313ee4e9 (patch)
treedb00e2706644d483f011b5c431934ccc6a113ba6 /lib/VMCore/Module.cpp
parent4afac18fd4cae1b93907d7db03c5fdb7f2f66d64 (diff)
Fix spelling/grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r--lib/VMCore/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp
index b7fe5693fb..80460df4d8 100644
--- a/lib/VMCore/Module.cpp
+++ b/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() {