diff options
Diffstat (limited to 'llvm')
-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. |