Skip to content

Commit 314e9b1

Browse files
[llvm-profdata] fix typo (#116754)
1 parent b246d5f commit 314e9b1

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
@@ -375,7 +375,7 @@ cl::opt<unsigned long long> OverlapValueCutoff(
375375
cl::desc(
376376
"Function level overlap information for every function (with calling "
377377
"context for csspgo) in test "
378-
"profile with max count value greater then the parameter value"),
378+
"profile with max count value greater than the parameter value"),
379379
cl::sub(OverlapSubcommand));
380380

381381
// Options specific to show subcommand.

0 commit comments

Comments
 (0)