Skip to content

Commit 3e8bbb2

Browse files
committed
[llvm-profdata] Fix typo in llvm-profdata
Signed-off-by: Peter Jung <[email protected]>
1 parent 94f9cbb commit 3e8bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-profdata/llvm-profdata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cl::opt<std::string> DebugInfoFilename(
128128
cl::sub(ShowSubcommand), cl::sub(MergeSubcommand));
129129
cl::opt<std::string>
130130
BinaryFilename("binary-file", cl::init(""),
131-
cl::desc("For merge, use the provided unstripped bianry to "
131+
cl::desc("For merge, use the provided unstripped binary to "
132132
"correlate the raw profile."),
133133
cl::sub(MergeSubcommand));
134134
cl::list<std::string> DebugFileDirectory(

0 commit comments

Comments
 (0)