From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52427 invoked by alias); 8 Apr 2015 18:34:20 -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 52417 invoked by uid 89); 8 Apr 2015 18:34:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 08 Apr 2015 18:34:18 +0000 Received: from [192.168.0.133] (vie-91-186-144-236.dsl.sil.at [91.186.144.236]) by ainaz.pair.com (Postfix) with ESMTPSA id 7A2E53F4A1; Wed, 8 Apr 2015 14:34:15 -0400 (EDT) Date: Wed, 08 Apr 2015 18:34:00 -0000 From: Gerald Pfeifer To: Bernhard Reutner-Fischer cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 1/2] tree.h: Commentary typo fix In-Reply-To: <1428517952-29574-2-git-send-email-rep.dot.nop@gmail.com> Message-ID: References: <1428517952-29574-1-git-send-email-rep.dot.nop@gmail.com> <1428517952-29574-2-git-send-email-rep.dot.nop@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00343.txt.bz2 On Wed, 8 Apr 2015, Bernhard Reutner-Fischer wrote: > 2015-04-01 Bernhard Reutner-Fischer > > * tree.h (CONVERT_EXPR_P): Commentary typo fix. Go ahead. Pure comment fixes still should be fine at this point in time. Gerald