[lld/ELF] Fix grammar-o in a help string
authorNico Weber <thakis@chromium.org>
Mon, 21 Nov 2022 15:54:01 +0000 (10:54 -0500)
committerNico Weber <thakis@chromium.org>
Mon, 21 Nov 2022 15:54:12 +0000 (10:54 -0500)
lld/ELF/Options.td

index cd4a3b1..3ffb400 100644 (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">,