aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-05 14:20:15 +0100
committerNick Clifton <nickc@redhat.com>2020-10-05 14:20:15 +0100
commit0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46 (patch)
treee56b3c7c8a3d8a9cc07978be5560deeeb25c84e3 /gas/doc
parent7d1441178ac6d5b31e3ebf312012c2d5bfaeec91 (diff)
downloadgdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.zip
gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.gz
gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.bz2
Fix spelling mistakes
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texi2
-rw-r--r--gas/doc/c-wasm32.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 2ba101c..4d52945 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -972,7 +972,7 @@ This option selects the core processor variant.
@item -EB | -EL
Select either big-endian (-EB) or little-endian (-EL) output.
@item -mcode-density
-Enable Code Density extenssion instructions.
+Enable Code Density extension instructions.
@end table
@end ifset
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.