]> granicus.if.org Git - llvm/commitdiff
TypeStreamMerger.h: Fix a \param in r303577. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 May 2017 04:49:24 +0000 (04:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 May 2017 04:49:24 +0000 (04:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303601 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/TypeStreamMerger.h

index 58192bd55cfd9e1d98fe445bd8bac8ac87ae0c28..d914cf2fd9ff919ecc2511c85b65fbd6621ab831 100644 (file)
@@ -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.