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 94f9cbb commit 3e8bbb2Copy full SHA for 3e8bbb2
llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -128,7 +128,7 @@ cl::opt<std::string> DebugInfoFilename(
128
cl::sub(ShowSubcommand), cl::sub(MergeSubcommand));
129
cl::opt<std::string>
130
BinaryFilename("binary-file", cl::init(""),
131
- cl::desc("For merge, use the provided unstripped bianry to "
+ cl::desc("For merge, use the provided unstripped binary to "
132
"correlate the raw profile."),
133
cl::sub(MergeSubcommand));
134
cl::list<std::string> DebugFileDirectory(
0 commit comments