aboutsummaryrefslogtreecommitdiffstats
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
parent6896a7dd435e8921cae56fb463bfa2d5f44f29b8 (diff)
downloadexternal_llvm-af76cfb0fb70f0bec8581c2be1a60dc56bd3f285.zip
external_llvm-af76cfb0fb70f0bec8581c2be1a60dc56bd3f285.tar.gz
external_llvm-af76cfb0fb70f0bec8581c2be1a60dc56bd3f285.tar.bz2
I'm allergic to the word `stuff'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13096 91177308-0d34-0410-b5e6-96231b3b80d8
-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 2c1b39f..142f4bb 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() {