From 604b7c22beb48edb29c605d9c3e75a7d2d1b3c2a Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 9 Oct 2019 14:26:09 +0000 Subject: Fix Wdocumentation unknown parameter warning. NFCI. llvm-svn: 374171 --- llvm/include/llvm-c/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index e9e0947620a..41e9f96bbb9 100644 --- a/llvm/include/llvm-c/DebugInfo.h +++ b/llvm/include/llvm-c/DebugInfo.h @@ -539,7 +539,7 @@ LLVMDIBuilderCreateSubroutineType(LLVMDIBuilderRef Builder, * @param Builder The DIBuilder. * @param ParentMacroFile Macro parent (could be NULL). * @param Line Source line number where the macro is defined. - * @param MacroType DW_MACINFO_define or DW_MACINFO_undef. + * @param RecordType DW_MACINFO_define or DW_MACINFO_undef. * @param Name Macro name. * @param NameLen Macro name length. * @param Value Macro value. -- cgit v1.2.3