summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-10-23 21:25:44 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-10-23 21:25:44 +0000
commita5ffd3f9940c8f80691df6451a811301cafd25a8 (patch)
tree4403f90f4231d683ed3625a3296ac1cde7daf124
parentb02877416e085ceab475c83efdbd08f9330c3c58 (diff)
downloadbcm5719-llvm-a5ffd3f9940c8f80691df6451a811301cafd25a8.tar.gz
bcm5719-llvm-a5ffd3f9940c8f80691df6451a811301cafd25a8.zip
Fixed doxygen comment to match Module.cpp
llvm-svn: 193273
-rw-r--r--llvm/include/llvm/IR/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h
index 3dbc5ffde74..b30a9a3d1ab 100644
--- a/llvm/include/llvm/IR/Module.h
+++ b/llvm/include/llvm/IR/Module.h
@@ -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;
OpenPOWER on IntegriCloud