From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21710 invoked by alias); 4 Apr 2017 15:30:56 -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 21366 invoked by uid 89); 4 Apr 2017 15:30:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:286 X-HELO: resqmta-po-11v.sys.comcast.net Received: from resqmta-po-11v.sys.comcast.net (HELO resqmta-po-11v.sys.comcast.net) (96.114.154.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 15:30:46 +0000 Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-11v.sys.comcast.net with SMTP id vQP2cRAE0dLOFvQPscnLWM; Tue, 04 Apr 2017 15:30:44 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-10v.sys.comcast.net with SMTP id vQPrcy1WJmQlXvQPscewFW; Tue, 04 Apr 2017 15:30:44 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] Fix typos in comments throughout source tree From: Mike Stump In-Reply-To: <20170404111945.GO4425@redhat.com> Date: Tue, 04 Apr 2017 15:30:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: 7bit Message-Id: <3163F0B8-4A37-4230-B6CF-2B1F04844C1A@comcast.net> References: <20170403175316.GH4425@redhat.com> <1ECDB5FA-6819-4A7D-B007-60B53AA53E03@mrs.kithrup.com> <20170403190658.GL4425@redhat.com> <20170403223104.GM4425@redhat.com> <20170404111945.GO4425@redhat.com> To: Jonathan Wakely X-CMAE-Envelope: MS4wfLyfyj5vnuUUkY3oRpu6fFjlTRkmY1a0kw6pTPqtp6q/u7l7HqQrfBY58NRH48jSr0cgPlYnvyTLZTQBF+7FGjHCldiYayvV+KvlO0c1v4FKPuTgg9vM 49yo5fr/vT8XGOsI5bHqztxlc/vbypqs49ZUYXwLfy3ScWL2iQWfnyo67+e+drDKz3FZxcdKAPLaeo+cKlbLfkS8rrKaSvIDSoI= X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00163.txt.bz2 On Apr 4, 2017, at 4:19 AM, Jonathan Wakely wrote: > Here's one more that somebody reported to the unofficial github > mirror: https://github.com/gcc-mirror/gcc/pull/6/files > > Committed to trunk. Thanks.