Skip to content

Commit c10842d

Browse files
Enna1NoumanAmir657
authored andcommitted
[lld][ELF] Fix typo in help text for plugin-opt=opt-remarks-with-hotness (NFC) (llvm#114016)
1 parent 2404710 commit c10842d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def: J<"plugin-opt=opt-remarks-format=">,
720720
HelpText<"Alias for --opt-remarks-format">;
721721
def: F<"plugin-opt=opt-remarks-with-hotness">,
722722
Alias<opt_remarks_with_hotness>,
723-
HelpText<"Alias for --opt-remarks-with_hotness">;
723+
HelpText<"Alias for --opt-remarks-with-hotness">;
724724
def: J<"plugin-opt=opt-remarks-hotness-threshold=">,
725725
Alias<opt_remarks_hotness_threshold>,
726726
HelpText<"Alias for --opt-remarks-hotness-threshold">;

0 commit comments

Comments
 (0)