[lld/ELF] Fix grammar-o in a help string

This commit is contained in:
Nico Weber 2022-11-21 10:54:01 -05:00
parent 4ba3c5d92f
commit 821e021ab6
1 changed files with 1 additions and 1 deletions

View File

@ -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<lto_O>, HelpText<"Alias for --lto-O">;
def: F<"plugin-opt=debug-pass-manager">,