We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bb229 commit 652ab98Copy full SHA for 652ab98
lld/ELF/Options.td
@@ -340,7 +340,7 @@ def noinhibit_exec: F<"noinhibit-exec">,
340
HelpText<"Retain the executable output file whenever it is still usable">;
341
342
def no_warn_mismatch: F<"no-warn-mismatch">,
343
- HelpText<"Suppress errors for certain unknown seciton types">;
+ HelpText<"Suppress errors for certain unknown section types">;
344
345
def no_nmagic: F<"no-nmagic">, MetaVarName<"<magic>">,
346
HelpText<"Page align sections (default)">;
0 commit comments