This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] printcmd.c (build_address_symbolic): Fix comment.


Hi.

Checked in under the obvious rule.

2009-02-25  Doug Evans  <dje@google.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]