* gas/doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe.

This commit is contained in:
Stephen Casner 2020-06-03 13:42:54 -07:00
parent d4d8aee345
commit 338d56a848
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-06-03 Stephen Casner <casner@acm.org>
* doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe.
2020-06-02 Frédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr>
Jim Wilson <jimw@sifive.com>

View File

@ -42,7 +42,7 @@ Don't generate position-independent code (default)
@cindex @samp{-march=ISA} option, RISC-V
@item -march=ISA
Select the base isa, as specified by ISA. For example -march=rv32ima.
If this option and the architecture attributes arent set, then assembler
If this option and the architecture attributes aren't set, then assembler
will check the default configure setting --with-arch=ISA.
@cindex @samp{-misa-spec=ISAspec} option, RISC-V