diff options
author | Nick Clifton <nickc@redhat.com> | 2020-08-12 13:47:04 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-08-12 13:47:04 +0100 |
commit | 369afd5008c6c8aa828065090c12001b9ffa7c53 (patch) | |
tree | 14526fd423e662ff99cfe895876140451b45d6e1 /gas | |
parent | 79bc120c7be00596098c09cecd25383ae6ddce34 (diff) | |
download | gdb-369afd5008c6c8aa828065090c12001b9ffa7c53.zip gdb-369afd5008c6c8aa828065090c12001b9ffa7c53.tar.gz gdb-369afd5008c6c8aa828065090c12001b9ffa7c53.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/doc/c-riscv.texi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2149cb1..a5d1bf2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2020-08-12 Nick Clifton <nickc@redhat.com> + 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 <nickc@redhat.com> + * po/ru.po: Updated Russian translation. 2020-08-10 Alex Coplan <alex.coplan@arm.com> diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 8937bc8..d63b1f3 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 |