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 | a5ffd3f9940c8f80691df6451a811301cafd25a8 (patch) | |
| tree | 4403f90f4231d683ed3625a3296ac1cde7daf124 | |
| parent | b02877416e085ceab475c83efdbd08f9330c3c58 (diff) | |
| download | bcm5719-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.h | 2 |
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; |

