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 b246d5f commit 314e9b1Copy full SHA for 314e9b1
llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -375,7 +375,7 @@ cl::opt<unsigned long long> OverlapValueCutoff(
375
cl::desc(
376
"Function level overlap information for every function (with calling "
377
"context for csspgo) in test "
378
- "profile with max count value greater then the parameter value"),
+ "profile with max count value greater than the parameter value"),
379
cl::sub(OverlapSubcommand));
380
381
// Options specific to show subcommand.
0 commit comments