From 4a76d3e56840b98b66405d6dda53734c0229f1fd Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 21 Aug 2018 19:29:39 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. llvm-svn: 340324 --- llvm/include/llvm/IR/DIBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/DIBuilder.h b/llvm/include/llvm/IR/DIBuilder.h index 4e476b1..ddd610e 100644 --- a/llvm/include/llvm/IR/DIBuilder.h +++ b/llvm/include/llvm/IR/DIBuilder.h @@ -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, -- 2.7.4