Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 21 Aug 2018 19:29:39 +0000 (19:29 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 21 Aug 2018 19:29:39 +0000 (19:29 +0000)
llvm-svn: 340324

llvm/include/llvm/IR/DIBuilder.h

index 4e476b1..ddd610e 100644 (file)
@@ -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,