diff options
author | Samanta Navarro <ferivoz@riseup.net> | 2020-10-05 14:20:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-05 14:20:15 +0100 |
commit | 0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46 (patch) | |
tree | e56b3c7c8a3d8a9cc07978be5560deeeb25c84e3 /gas | |
parent | 7d1441178ac6d5b31e3ebf312012c2d5bfaeec91 (diff) | |
download | gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.zip gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.gz gdb-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.bz2 |
Fix spelling mistakes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texi | 2 | ||||
-rw-r--r-- | gas/doc/c-wasm32.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b27e08b..5ea9edb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-10-05 Samanta Navarro <ferivoz@riseup.net> + + * doc/as.texi: Fix spelling mistakes. + * doc/c-wasm32.texi: Likewise. + 2020-10-05 T.K. Chia <u1049321969@caramail.com> PR gas/26694 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. |