From: Simon Pilgrim Date: Wed, 9 Oct 2019 14:26:09 +0000 (+0000) Subject: Fix Wdocumentation unknown parameter warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff203b5bce1fe2d808fe1768528e836e6ac0420;p=llvm Fix Wdocumentation unknown parameter warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374171 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/DebugInfo.h b/include/llvm-c/DebugInfo.h index e9e0947620a..41e9f96bbb9 100644 --- a/include/llvm-c/DebugInfo.h +++ b/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.