diff --git a/gas/ChangeLog b/gas/ChangeLog index 2149cb178c..a5d1bf2fa5 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 8937bc8d2e..d63b1f3990 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