Skip to content

Commit 604b7c2

Browse files
committed
Fix Wdocumentation unknown parameter warning. NFCI.
llvm-svn: 374171
1 parent 04a9a0e commit 604b7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm-c/DebugInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ LLVMDIBuilderCreateSubroutineType(LLVMDIBuilderRef Builder,
539539
* @param Builder The DIBuilder.
540540
* @param ParentMacroFile Macro parent (could be NULL).
541541
* @param Line Source line number where the macro is defined.
542-
* @param MacroType DW_MACINFO_define or DW_MACINFO_undef.
542+
* @param RecordType DW_MACINFO_define or DW_MACINFO_undef.
543543
* @param Name Macro name.
544544
* @param NameLen Macro name length.
545545
* @param Value Macro value.

0 commit comments

Comments
 (0)