diff options
author | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-10-23 21:25:44 +0000 |
---|---|---|
committer | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-10-23 21:25:44 +0000 |
commit | 3d0b7e1cc5856ae0c17687e1be3cddeb79704bca (patch) | |
tree | 16869fd53760a3bb89e53a8980efe879d0f3b8f4 | |
parent | 3873361e281d1b25fd4579cb42c76954cf40c3ef (diff) | |
download | external_llvm-3d0b7e1cc5856ae0c17687e1be3cddeb79704bca.zip external_llvm-3d0b7e1cc5856ae0c17687e1be3cddeb79704bca.tar.gz external_llvm-3d0b7e1cc5856ae0c17687e1be3cddeb79704bca.tar.bz2 |
Fixed doxygen comment to match Module.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193273 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/IR/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Module.h b/include/llvm/IR/Module.h index 3dbc5ff..b30a9a3 100644 --- a/include/llvm/IR/Module.h +++ b/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; |