From 0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46 Mon Sep 17 00:00:00 2001 From: Samanta Navarro Date: Mon, 5 Oct 2020 14:20:15 +0100 Subject: Fix spelling mistakes --- gas/ChangeLog | 5 +++++ gas/doc/as.texi | 2 +- gas/doc/c-wasm32.texi | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gas') 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 + + * doc/as.texi: Fix spelling mistakes. + * doc/c-wasm32.texi: Likewise. + 2020-10-05 T.K. Chia 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. -- cgit v1.1