diff options
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r-- | lib/VMCore/Module.cpp | 2 |
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() { |