[llvm] r293876 - DIBuilder.h: Fix a typo. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 01:55:22 PST 2017
Author: chapuni
Date: Thu Feb 2 03:55:22 2017
New Revision: 293876
URL: http://llvm.org/viewvc/llvm-project?rev=293876&view=rev
Log:
DIBuilder.h: Fix a typo. [-Wdocumentation]
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=293876&r1=293875&r2=293876&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/IR/DIBuilder.h Thu Feb 2 03:55:22 2017
@@ -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,
More information about the llvm-commits
mailing list