diff options
Diffstat (limited to 'gas/doc/c-wasm32.texi')
-rw-r--r-- | gas/doc/c-wasm32.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-wasm32.texi b/gas/doc/c-wasm32.texi index 4215796..c91c252 100644 --- a/gas/doc/c-wasm32.texi +++ b/gas/doc/c-wasm32.texi @@ -115,5 +115,5 @@ specified in square brackets following the opcode: @code{if[i]}, @code{@value{AS}} will only produce ELF output, not a valid WebAssembly module. It is possible to make @code{@value{AS}} produce output in a single ELF section which becomes a valid WebAssembly -module, but a linker script to do so may be preferrable, as it doesn't +module, but a linker script to do so may be preferable, as it doesn't require running the entire module through the assembler at once. |