Skip to content

Commit fcfd643

Browse files
authored
[lld][ELF] Fix typo in help text for plugin-opt=opt-remarks-with-hotness (NFC) (#114016)
1 parent 2de1fc8 commit fcfd643

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)