From patchwork Sun Apr 7 16:09:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 234505 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 7516F2C0079 for ; Mon, 8 Apr 2013 02:10:33 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=iq737mxzY3aLVsu3DZJnoBPF6Elol9qBjj2ovNxdZzfX/9 5WycNSWlkmLBFD+e94YbTduZf5TwNVxLtqnLzL6qcV7y3Ro5eFbBKTFiB1pkVBTJ pcP+7aLdbMx+ZKl+4fKQaOLb5R5EwKqMTrmdsT6qxzEe3zRv2I/yMLICvO47M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=RNasBQNLe6jmTUi0/gX7CYzjWwM=; b=t+7DTq035rc9XHcVbXmz 2WjOUW3SS0lhkvzoNfTKRU8l9vDTb/Tnwtp8GzSyA8uI5TDtTw0Fc82SqIhJHxK3 KdKCcDM+pbsqe+Q5ZGx1fKFo0E1xBqpq8EH4e1iJ5+kqc6/j6ML8nuPOvZIFye1W ttpIQJyTQTVCXZbrZsbE9To= Received: (qmail 21426 invoked by alias); 7 Apr 2013 16:10:25 -0000 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 Received: (qmail 21412 invoked by uid 89); 7 Apr 2013 16:10:25 -0000 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-vb0-f43.google.com (HELO mail-vb0-f43.google.com) (209.85.212.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 07 Apr 2013 16:10:22 +0000 Received: by mail-vb0-f43.google.com with SMTP id q12so3262515vbe.30 for ; Sun, 07 Apr 2013 09:10:20 -0700 (PDT) X-Received: by 10.220.155.8 with SMTP id q8mr13387059vcw.42.1365351020641; Sun, 07 Apr 2013 09:10:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.240.13 with HTTP; Sun, 7 Apr 2013 09:09:40 -0700 (PDT) From: Steven Bosscher Date: Sun, 7 Apr 2013 18:09:40 +0200 Message-ID: Subject: [patch] fix comment before add_to_renaming_pragma_list To: GCC Patches Committed, obvious. * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment. Index: c-pragma.c =================================================================== --- c-pragma.c (revision 197552) +++ c-pragma.c (working copy) @@ -478,7 +478,7 @@ handle_pragma_redefine_extname (cpp_read add_to_renaming_pragma_list (oldname, newname); } -/* This is called from here and from ia64.c. */ +/* This is called from here and from ia64-c.c. */ void add_to_renaming_pragma_list (tree oldname, tree newname) {