aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-21 18:27:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-21 18:27:56 +0000
commitaf76cfb0fb70f0bec8581c2be1a60dc56bd3f285 (patch)
tree1cb6b4f21b1c92cf1947e806507c0f7eb01f95b8 /lib/VMCore/Module.cpp
parent6896a7dd435e8921cae56fb463bfa2d5f44f29b8 (diff)
I'm allergic to the word `stuff'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13096 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 2c1b39fe5e..142f4bbe22 100644
--- a/lib/VMCore/Module.cpp
+++ b/lib/VMCore/Module.cpp
@@ -24,7 +24,7 @@
using namespace llvm;
//===----------------------------------------------------------------------===//
-// Stuff to implement the globals and functions lists.
+// Methods to implement the globals and functions lists.
//
Function *ilist_traits<Function>::createNode() {