summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-16 23:54:31 +0000
committerEric Christopher <echristo@apple.com>2012-04-16 23:54:31 +0000
commitcf84d867619b68be17bb1c12bd9831fdd73a88e4 (patch)
treeed29d7d09092f275863d5360a642654996f7f719 /lib
parente9722e1e8ba43bff2dc8ee3ae948e31f3fb0e370 (diff)
downloadllvm-cf84d867619b68be17bb1c12bd9831fdd73a88e4.tar.gz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 e8bc6dbe9706..3c67191e09c2 100644
--- a/lib/VMCore/Module.cpp
+++ b/lib/VMCore/Module.cpp
@@ -434,7 +434,7 @@ bool Module::MaterializeAllPermanently(std::string *ErrInfo) {
//
-// dropAllReferences() - This function causes all the subelementss to "let go"
+// dropAllReferences() - This function causes all the subelements to "let go"
// 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