Skip to content

Commit 167daab

Browse files
committed
llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317191 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 094f383 commit 167daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm-c/DebugInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void LLVMDIBuilderFinalize(LLVMDIBuilderRef Builder);
143143
/// information generated during this instance of compilation.
144144
/// \param Lang Source programming language, eg.
145145
/// \c LLVMDWARFSourceLanguageC99
146-
/// \param File File info.
146+
/// \param FileRef File info.
147147
/// \param Producer Identify the producer of debugging information
148148
/// and code. Usually this is a compiler
149149
/// version string.

0 commit comments

Comments
 (0)