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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77457 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index 888eac2a69cbe67b78e80220610e1c1da5b19f5b..913f8746ead54c6e51b87b0fc5331eff49b052f8 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(); }