From 69ad39a4a1aad4b5a8d44ffb20455143924eb3b3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 2 Feb 2017 09:55:22 +0000 Subject: [PATCH] DIBuilder.h: Fix a typo. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293876 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/DIBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/DIBuilder.h b/include/llvm/IR/DIBuilder.h index 52e2137aa03..d0263a990c4 100644 --- a/include/llvm/IR/DIBuilder.h +++ b/include/llvm/IR/DIBuilder.h @@ -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, -- 2.40.0