From patchwork Sat Apr 23 00:34:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 92602 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 55D0AB6F5D for ; Sat, 23 Apr 2011 10:35:00 +1000 (EST) Received: (qmail 22143 invoked by alias); 23 Apr 2011 00:34:58 -0000 Received: (qmail 22000 invoked by uid 22791); 23 Apr 2011 00:34:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RFC_ABUSE_POST, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta04.westchester.pa.mail.comcast.net (HELO qmta04.westchester.pa.mail.comcast.net) (76.96.62.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Apr 2011 00:34:44 +0000 Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta04.westchester.pa.mail.comcast.net with comcast id aoXi1g0051vXlb854oakV6; Sat, 23 Apr 2011 00:34:44 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta17.westchester.pa.mail.comcast.net with comcast id aoai1g00p0BKwT43doajiV; Sat, 23 Apr 2011 00:34:44 +0000 From: Mike Stump Subject: fix typo Date: Fri, 22 Apr 2011 17:34:41 -0700 Message-Id: <90A7D69C-B914-4FFE-9A41-130CFD932723@comcast.net> To: "gcc-patches@gcc.gnu.org Patches" Mime-Version: 1.0 (Apple Message framework v1084) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Applied an obvious fix to a typo. * gensupport.c (read_md_rtx): Fix typo in comment. 2011-04-22 Mike Stump * gensupport.c (read_md_rtx): Fix typo in comment. Index: gensupport.c =================================================================== --- gensupport.c (revision 172889) +++ gensupport.c (working copy) @@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr) their C test is provably always false). If insn_elision is false, our caller needs to see all the patterns. Note that the elided patterns are never counted by the sequence numbering; it - it is the caller's responsibility, when insn_elision is false, not + is the caller's responsibility, when insn_elision is false, not to use elided pattern numbers for anything. */ switch (GET_CODE (desc)) {