Skip to content

Commit 08cd673

Browse files
cerisierpuja2196
authored andcommitted
[llvm-profdata] Fix typo in usage (#110434)
From `profata` to `profdata`
1 parent c5ab85a commit 08cd673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,8 +3415,9 @@ int llvm_profdata_main(int argc, char **argvNonConst,
34153415
StringRef ProgName(sys::path::filename(argv[0]));
34163416

34173417
if (argc < 2) {
3418-
errs() << ProgName
3419-
<< ": No subcommand specified! Run llvm-profata --help for usage.\n";
3418+
errs()
3419+
<< ProgName
3420+
<< ": No subcommand specified! Run llvm-profdata --help for usage.\n";
34203421
return 1;
34213422
}
34223423

0 commit comments

Comments
 (0)