Skip to content

Commit 652ab98

Browse files
authored
[lld][NFC] Fix minor typo in docs (#138898)
1 parent 54bb229 commit 652ab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def noinhibit_exec: F<"noinhibit-exec">,
340340
HelpText<"Retain the executable output file whenever it is still usable">;
341341

342342
def no_warn_mismatch: F<"no-warn-mismatch">,
343-
HelpText<"Suppress errors for certain unknown seciton types">;
343+
HelpText<"Suppress errors for certain unknown section types">;
344344

345345
def no_nmagic: F<"no-nmagic">, MetaVarName<"<magic>">,
346346
HelpText<"Page align sections (default)">;

0 commit comments

Comments
 (0)