diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index cd4a3b1c6d7c3..3ffb400f07dbd 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -613,7 +613,7 @@ def thinlto_jobs_eq: JJ<"thinlto-jobs=">, def thinlto_object_suffix_replace_eq: JJ<"thinlto-object-suffix-replace=">; def thinlto_prefix_replace_eq: JJ<"thinlto-prefix-replace=">; def thinlto_single_module_eq: JJ<"thinlto-single-module=">, - HelpText<"Specific a single module to compile in ThinLTO mode, for debugging only">; + HelpText<"Specify a single module to compile in ThinLTO mode, for debugging only">; def: J<"plugin-opt=O">, Alias, HelpText<"Alias for --lto-O">; def: F<"plugin-opt=debug-pass-manager">,