diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-05-23 04:49:24 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-05-23 04:49:24 +0000 |
commit | e870f258ac02ee73a8a89eb6581bd08af0fe6a34 (patch) | |
tree | 2fbdd432ab62565ca650e6a070cdb1d39a0443ec | |
parent | 6d459c5d3d22674a3b5d619366fd79ef9e0f22a7 (diff) | |
download | bcm5719-llvm-e870f258ac02ee73a8a89eb6581bd08af0fe6a34.tar.gz bcm5719-llvm-e870f258ac02ee73a8a89eb6581bd08af0fe6a34.zip |
TypeStreamMerger.h: Fix a \param in r303577. [-Wdocumentation]
llvm-svn: 303601
-rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h b/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h index 58192bd55cf..d914cf2fd9f 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +++ b/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h @@ -59,7 +59,7 @@ Error mergeTypeRecords(TypeTableBuilder &Dest, /// id stream, that contains the index of the corresponding id record /// in the destination stream. /// -/// \param Types The collection of id records to merge in. +/// \param Ids The collection of id records to merge in. /// /// \returns Error::success() if the operation succeeded, otherwise an /// appropriate error code. |