We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb1f03 commit 3ac2423Copy full SHA for 3ac2423
llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -130,7 +130,7 @@ static cl::opt<std::string> DebugInfoFilename(
130
cl::sub(ShowSubcommand), cl::sub(MergeSubcommand));
131
static cl::opt<std::string>
132
BinaryFilename("binary-file", cl::init(""),
133
- cl::desc("For merge, use the provided unstripped bianry to "
+ cl::desc("For merge, use the provided unstripped binary to "
134
"correlate the raw profile."),
135
cl::sub(MergeSubcommand));
136
static cl::list<std::string> DebugFileDirectory(
0 commit comments