Fixed doxygen comment to match Module.cpp
authorYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 21:25:44 +0000 (21:25 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 21:25:44 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193273 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Module.h

index 3dbc5ffde743c6f077c2edf1dcc148dab964d227..b30a9a3d1abf2bce9ea0ebfef93b92e90a187920 100644 (file)
@@ -391,7 +391,7 @@ public:
 /// @name Named Metadata Accessors
 /// @{
 
-  /// getNamedMetadata - Return the NamedMDNode in the module with the
+  /// getNamedMetadata - Return the first NamedMDNode in the module with the
   /// specified name. This method returns null if a NamedMDNode with the
   /// specified name is not found.
   NamedMDNode *getNamedMetadata(const Twine &Name) const;