From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17847 invoked by alias); 23 Mar 2007 23:20:20 -0000 Received: (qmail 17838 invoked by uid 22791); 23 Mar 2007 23:20:19 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Mar 2007 23:20:18 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id l2NNKEwL010066 for ; Fri, 23 Mar 2007 16:20:14 -0700 Received: from localhost.localdomain.google.com (dhcp-172-18-119-172.corp.google.com [172.18.119.172]) (authenticated bits=0) by zps35.corp.google.com with ESMTP id l2NNK9od029641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Mar 2007 16:20:09 -0700 To: gcc-patches@gcc.gnu.org Subject: PATCH COMMITTED: Correct comment in tree-dump.c From: Ian Lance Taylor Date: Fri, 23 Mar 2007 23:53:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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 X-SW-Source: 2007-03/txt/msg01588.txt.bz2 I noticed an incorrect comment in tree-dump.c. Fixed with this patch. Bootstrapped and tested on i686-pc-linux-gnu. Ian 2007-03-23 Ian Lance Taylor * tree-dump.c (dump_files): Correct comment. Index: tree-dump.c =================================================================== --- tree-dump.c (revision 123166) +++ tree-dump.c (working copy) @@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stre /* Table of tree dump switches. This must be consistent with the - TREE_DUMP_INDEX enumeration in tree.h. */ + tree_dump_index enumeration in tree-pass.h. */ static struct dump_file_info dump_files[TDI_end] = { {NULL, NULL, NULL, 0, 0, 0, 0},