From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91974 invoked by alias); 20 Feb 2020 20:35:34 -0000 Mailing-List: contact gcc-cvs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-owner@gcc.gnu.org Received: (qmail 91957 invoked by uid 9846); 20 Feb 2020 20:35:34 -0000 Date: Thu, 20 Feb 2020 20:35:00 -0000 Message-ID: <20200220203534.91956.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/c++-coroutines] Remove superfluous word in documentation. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/c++-coroutines X-Git-Oldrev: 6c39d0b79db7f9bf58a64bf987c161ae0b9dcec4 X-Git-Newrev: 4a172be3e5e849ef82f07ce034837630e73f025b X-SW-Source: 2020-02/txt/msg03811.txt.bz2 https://gcc.gnu.org/g:4a172be3e5e849ef82f07ce034837630e73f025b commit 4a172be3e5e849ef82f07ce034837630e73f025b Author: Martin Liska Date: Thu Feb 20 12:01:48 2020 +0100 Remove superfluous word in documentation. PR translation/93841 * config/or1k/or1k.opt: Remove superfluous word. * doc/invoke.texi: Likewise. Diff: --- gcc/config/or1k/or1k.opt | 2 +- gcc/cp/ChangeLog | 6 ++++++ gcc/doc/invoke.texi | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/config/or1k/or1k.opt b/gcc/config/or1k/or1k.opt index 2da978b..03c9b8d 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/cp/ChangeLog b/gcc/cp/ChangeLog index 173d0a1..811e1be 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,11 @@ 2020-02-20 Martin Liska + PR translation/93841 + * config/or1k/or1k.opt: Remove superfluous word. + * doc/invoke.texi: Likewise. + +2020-02-20 Martin Liska + PR translation/93838 * parser.c (cp_parser_decl_specifier_seq): Remove trailing space. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ba2b7e4..54017df 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