]> granicus.if.org Git - llvm/commitdiff
Fix Wdocumentation unknown parameter warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 9 Oct 2019 14:26:09 +0000 (14:26 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 9 Oct 2019 14:26:09 +0000 (14:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374171 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/DebugInfo.h

index e9e0947620ad4c5fe5e2956afe6f8bd0b8e59a1b..41e9f96bbb928f91af5612741d68734ce33e98b7 100644 (file)
@@ -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.