Fix comment.
authorDevang Patel <dpatel@apple.com>
Wed, 29 Jul 2009 15:52:49 +0000 (15:52 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 29 Jul 2009 15:52:49 +0000 (15:52 +0000)
llvm-svn: 77457

llvm/include/llvm/Module.h

index 888eac2..913f874 100644 (file)
@@ -388,7 +388,7 @@ public:
   alias_iterator       alias_end  ()            { return AliasList.end();   }
   /// Get a constant iterator to the last alias.
   const_alias_iterator alias_end  () const      { return AliasList.end();   }
-  /// Determine how many functions are in the Module's list of aliases.
+  /// Determine how many aliases are in the Module's list of aliases.
   size_t               alias_size () const      { return AliasList.size();  }
   /// Determine if the list of aliases is empty.
   bool                 alias_empty() const      { return AliasList.empty(); }