[lld] 652ab98 - [lld][NFC] Fix minor typo in docs (#138898)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 11:13:01 PDT 2025
Author: David Sankel
Date: 2025-05-08T19:12:58+01:00
New Revision: 652ab9800808c254bbd84d81d4583c13cd073abb
URL: https://github.com/llvm/llvm-project/commit/652ab9800808c254bbd84d81d4583c13cd073abb
DIFF: https://github.com/llvm/llvm-project/commit/652ab9800808c254bbd84d81d4583c13cd073abb.diff
LOG: [lld][NFC] Fix minor typo in docs (#138898)
Added:
Modified:
lld/ELF/Options.td
Removed:
################################################################################
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 76d28096f82c8..c795147eb9662 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -340,7 +340,7 @@ def noinhibit_exec: F<"noinhibit-exec">,
HelpText<"Retain the executable output file whenever it is still usable">;
def no_warn_mismatch: F<"no-warn-mismatch">,
- HelpText<"Suppress errors for certain unknown seciton types">;
+ HelpText<"Suppress errors for certain unknown section types">;
def no_nmagic: F<"no-nmagic">, MetaVarName<"<magic>">,
HelpText<"Page align sections (default)">;
More information about the llvm-commits
mailing list