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/doc | |
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/doc')
-rw-r--r-- | gas/doc/c-riscv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |