From 369afd5008c6c8aa828065090c12001b9ffa7c53 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 12 Aug 2020 13:47:04 +0100 Subject: [PATCH] The description for -mno-csr-check talks about "cheching" rather than "checking". PR 26346 * doc/c-riscv.texi (RISC-V-Options): Fix typo in the description of the -mno-csr-check option. --- gas/ChangeLog | 6 ++++++ gas/doc/c-riscv.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2149cb178cc..a5d1bf2fa5e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-08-12 Nick Clifton + + PR 26346 + * doc/c-riscv.texi (RISC-V-Options): Fix typo in the description + of the -mno-csr-check option. + 2020-08-12 Nick Clifton * po/ru.po: Updated Russian translation. diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 8937bc8d2e1..d63b1f3990b 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -98,7 +98,7 @@ read-only CSR can not be written by the CSR instructions. @cindex @samp{-mno-csr-check} option, RISC-V @item -mno-csr-check -Don't do CSR cheching. +Don't do CSR checking. @end table @c man end -- 2.30.2