From 7e7604fcf501d9f7d00488c3fceb7c814ec9496e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 25 Feb 2009 18:26:52 +0000 Subject: * printcmd.c (build_address_symbolic): Fix comment. --- gdb/printcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/printcmd.c') diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 04d7fe547a3..375f82ed753 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -604,7 +604,7 @@ build_address_symbolic (CORE_ADDR addr, /* IN */ 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 -- cgit v1.2.1