[binutils-gdb] The description for -mno-csr-check talks about "cheching" rather than "checking".

Nick Clifton nickc@sourceware.org
Wed Aug 12 12:47:29 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=369afd5008c6c8aa828065090c12001b9ffa7c53

commit 369afd5008c6c8aa828065090c12001b9ffa7c53
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Aug 12 13:47:04 2020 +0100

    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.

Diff:
---
 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  <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.
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


More information about the Binutils-cvs mailing list