OSDN Git Service

DIBuilder.h: Fix a typo. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Feb 2017 09:55:22 +0000 (09:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Feb 2017 09:55:22 +0000 (09:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293876 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DIBuilder.h

index 52e2137..d0263a9 100644 (file)
@@ -106,7 +106,7 @@ namespace llvm {
     /// \param Kind          The kind of debug information to generate.
     /// \param DWOId         The DWOId if this is a split skeleton compile unit.
     /// \param SplitDebugInlining    Whether to emit inline debug info.
-    /// \param DebugInfoFOrProfiling Whether to emit extra debug info for
+    /// \param DebugInfoForProfiling Whether to emit extra debug info for
     ///                              profile collection.
     DICompileUnit *
     createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,