Skip to content

Commit 3ac2423

Browse files
authored
[llvm-profdata] Fix typo in llvm-profdata (#114675)
Signed-off-by: Peter Jung <[email protected]>
1 parent 2fb1f03 commit 3ac2423

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
@@ -130,7 +130,7 @@ static cl::opt<std::string> DebugInfoFilename(
130130
cl::sub(ShowSubcommand), cl::sub(MergeSubcommand));
131131
static cl::opt<std::string>
132132
BinaryFilename("binary-file", cl::init(""),
133-
cl::desc("For merge, use the provided unstripped bianry to "
133+
cl::desc("For merge, use the provided unstripped binary to "
134134
"correlate the raw profile."),
135135
cl::sub(MergeSubcommand));
136136
static cl::list<std::string> DebugFileDirectory(

0 commit comments

Comments
 (0)