[llvm] r303601 - TypeStreamMerger.h: Fix a \param in r303577. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 21:49:24 PDT 2017
Author: chapuni
Date: Mon May 22 23:49:24 2017
New Revision: 303601
URL: http://llvm.org/viewvc/llvm-project?rev=303601&view=rev
Log:
TypeStreamMerger.h: Fix a \param in r303577. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h?rev=303601&r1=303600&r2=303601&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h Mon May 22 23:49:24 2017
@@ -59,7 +59,7 @@ Error mergeTypeRecords(TypeTableBuilder
/// 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.
More information about the llvm-commits
mailing list