From 0fd7a852552108c4f7a1836c79b75a8c04c812b1 Mon Sep 17 00:00:00 2001 From: David Sankel Date: Wed, 7 May 2025 11:38:02 -0400 Subject: [PATCH] Fix minor typo in docs. --- lld/ELF/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<"">, HelpText<"Page align sections (default)">;