From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42712 invoked by alias); 29 Jan 2018 16:26:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 42700 invoked by uid 89); 29 Jan 2018 16:26:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=love X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Jan 2018 16:26:02 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w0TGPx73002253; Mon, 29 Jan 2018 10:25:59 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id w0TGPwZk002252; Mon, 29 Jan 2018 10:25:58 -0600 Date: Mon, 29 Jan 2018 19:23:00 -0000 From: Segher Boessenkool To: Carl Love Cc: gcc-patches@gcc.gnu.org, David Edelsohn , Bill Schmidt Subject: Re: [PATCH, rs6000] Fix typo in documentation file. Message-ID: <20180129162558.GA21977@gate.crashing.org> References: <1517242110.3596.1.camel@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1517242110.3596.1.camel@us.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg02265.txt.bz2 Hi Carl, On Mon, Jan 29, 2018 at 08:08:30AM -0800, Carl Love wrote: > The following patch contains fixes for the GCC documentation file. > There is a missing space between vector and the type __int128_t in the > second argument of the documented function. > > The patch makes no functional changes to GCC, just fixes a trivial > typo. This is fine for trunk (all trivial/obvious patches are). Thanks! But, still needs a changelog ;-) Segher