summaryrefslogtreecommitdiff
path: root/include/llvm-c/DebugInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/DebugInfo.h')
-rw-r--r--include/llvm-c/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/DebugInfo.h b/include/llvm-c/DebugInfo.h
index c84765b0dd7..15f6b57d883 100644
--- a/include/llvm-c/DebugInfo.h
+++ b/include/llvm-c/DebugInfo.h
@@ -143,7 +143,7 @@ void LLVMDIBuilderFinalize(LLVMDIBuilderRef Builder);
/// information generated during this instance of compilation.
/// \param Lang Source programming language, eg.
/// \c LLVMDWARFSourceLanguageC99
-/// \param File File info.
+/// \param FileRef File info.
/// \param Producer Identify the producer of debugging information
/// and code. Usually this is a compiler
/// version string.