Hi.

It's one obvious documentation fix that I'm going to install.

Martin

gcc/cp/ChangeLog:

2020-02-20  Martin Liska  <mli...@suse.cz>

        PR translation/93841
        * config/or1k/or1k.opt: Remove superfluous word.
        * doc/invoke.texi: Likewise.
---
 gcc/config/or1k/or1k.opt | 2 +-
 gcc/doc/invoke.texi      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/gcc/config/or1k/or1k.opt b/gcc/config/or1k/or1k.opt
index 2da978b84e9..03c9b8d0bba 100644
--- a/gcc/config/or1k/or1k.opt
+++ b/gcc/config/or1k/or1k.opt
@@ -66,7 +66,7 @@ are used to perform unordered floating point compare and set flag operations.
 mcmov
 Target RejectNegative Mask(CMOV)
 Enable generation of conditional move (l.cmov) instructions.  By default the
-equivalent will be generated using using set and branch.
+equivalent will be generated using set and branch.
 
 mror
 Target RejectNegative Mask(ROR)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ba2b7e42520..54017dfce8f 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -24907,7 +24907,7 @@ compare and set flag operations.
 @item -mcmov
 @opindex mcmov
 Enable generation of conditional move (@code{l.cmov}) instructions.  By
-default the equivalent will be generated using using set and branch.
+default the equivalent will be generated using set and branch.
 
 @item -mror
 @opindex mror

Reply via email to