[llvm] r340324 - Fix Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 12:29:40 PDT 2018
Author: rksimon
Date: Tue Aug 21 12:29:39 2018
New Revision: 340324
URL: http://llvm.org/viewvc/llvm-project?rev=340324&view=rev
Log:
Fix Wdocumentation warning. NFCI.
Modified:
llvm/trunk/include/llvm/IR/DIBuilder.h
Modified: llvm/trunk/include/llvm/IR/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DIBuilder.h?rev=340324&r1=340323&r2=340324&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/IR/DIBuilder.h Tue Aug 21 12:29:39 2018
@@ -134,7 +134,7 @@ namespace llvm {
/// \param SplitDebugInlining Whether to emit inline debug info.
/// \param DebugInfoForProfiling Whether to emit extra debug info for
/// profile collection.
- /// \param nameTableKind Whether to emit .debug_gnu_pubnames,
+ /// \param NameTableKind Whether to emit .debug_gnu_pubnames,
/// .debug_pubnames, or no pubnames at all.
DICompileUnit *
createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
More information about the llvm-commits
mailing list