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

Doug Evans dje@google.com
Thu Feb 26 01:17:00 GMT 2009


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



More information about the Gdb-patches mailing list