From af76cfb0fb70f0bec8581c2be1a60dc56bd3f285 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 21 Apr 2004 18:27:56 +0000 Subject: [PATCH] I'm allergic to the word `stuff'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13096 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index 2c1b39fe5ea..142f4bbe22d 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::createNode() {