diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index 8a42e430fb54e..dcc8609f8df94 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -375,7 +375,7 @@ cl::opt OverlapValueCutoff( cl::desc( "Function level overlap information for every function (with calling " "context for csspgo) in test " - "profile with max count value greater then the parameter value"), + "profile with max count value greater than the parameter value"), cl::sub(OverlapSubcommand)); // Options specific to show subcommand.