[lld] 821e021 - [lld/ELF] Fix grammar-o in a help string
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 07:54:26 PST 2022
Author: Nico Weber
Date: 2022-11-21T10:54:12-05:00
New Revision: 821e021ab650391398dff69dcc653495449f533c
URL: https://github.com/llvm/llvm-project/commit/821e021ab650391398dff69dcc653495449f533c
DIFF: https://github.com/llvm/llvm-project/commit/821e021ab650391398dff69dcc653495449f533c.diff
LOG: [lld/ELF] Fix grammar-o in a help string
Added:
Modified:
lld/ELF/Options.td
Removed:
################################################################################
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index cd4a3b1c6d7c..3ffb400f07db 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<lto_O>, HelpText<"Alias for --lto-O">;
def: F<"plugin-opt=debug-pass-manager">,
More information about the llvm-commits
mailing list