summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm-c/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index c84765b0dd7..15f6b57d883 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud