From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13157 invoked by alias); 25 Feb 2009 18:28:36 -0000 Received: (qmail 13147 invoked by uid 22791); 25 Feb 2009 18:28:35 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS 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.43rc1) with ESMTP; Wed, 25 Feb 2009 18:28:30 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n1PISStO009851 for ; Wed, 25 Feb 2009 10:28:28 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps76.corp.google.com with ESMTP id n1PISR6i031165 for ; Wed, 25 Feb 2009 10:28:27 -0800 Received: by localhost (Postfix, from userid 67641) id 28A4B1C78A4; Wed, 25 Feb 2009 10:28:27 -0800 (PST) To: gdb-patches@sourceware.org Subject: [ob] printcmd.c (build_address_symbolic): Fix comment. Message-Id: <20090225182827.28A4B1C78A4@localhost> Date: Thu, 26 Feb 2009 01:17:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00482.txt.bz2 Hi. Checked in under the obvious rule. 2009-02-25 Doug Evans * printcmd.c (build_address_symbolic): Fix comment. Index: printcmd.c =================================================================== RCS file: /cvs/src/src/gdb/printcmd.c,v retrieving revision 1.143 diff -u -p -r1.143 printcmd.c --- printcmd.c 25 Feb 2009 02:14:22 -0000 1.143 +++ printcmd.c 25 Feb 2009 18:26:12 -0000 @@ -604,7 +604,7 @@ build_address_symbolic (CORE_ADDR addr, struct obj_section *section = NULL; char *name_temp = ""; - /* Let's say it is unmapped. */ + /* Let's say it is mapped (not unmapped). */ *unmapped = 0; /* Determine if the address is in an overlay, and whether it is