[llvm-commits] [llvm] r154879 - /llvm/trunk/lib/VMCore/Module.cpp
Eric Christopher
echristo at apple.com
Mon Apr 16 16:54:32 PDT 2012
Author: echristo
Date: Mon Apr 16 18:54:31 2012
New Revision: 154879
URL: http://llvm.org/viewvc/llvm-project?rev=154879&view=rev
Log:
Typo.
Modified:
llvm/trunk/lib/VMCore/Module.cpp
Modified: llvm/trunk/lib/VMCore/Module.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Module.cpp?rev=154879&r1=154878&r2=154879&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Module.cpp (original)
+++ llvm/trunk/lib/VMCore/Module.cpp Mon Apr 16 18:54:31 2012
@@ -434,7 +434,7 @@
//
-// 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
More information about the llvm-commits
mailing list