[llvm] r193273 - Fixed doxygen comment to match Module.cpp

Yuchen Wu yuchenericwu at hotmail.com
Wed Oct 23 14:25:45 PDT 2013


Author: ywu
Date: Wed Oct 23 16:25:44 2013
New Revision: 193273

URL: http://llvm.org/viewvc/llvm-project?rev=193273&view=rev
Log:
Fixed doxygen comment to match Module.cpp

Modified:
    llvm/trunk/include/llvm/IR/Module.h

Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=193273&r1=193272&r2=193273&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Wed Oct 23 16:25:44 2013
@@ -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;





More information about the llvm-commits mailing list