diff options
-rw-r--r-- | llvm/include/llvm-c/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |