From 89c83b10fbb1bc4c78a450498b0c5e00285b8754 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 25 Feb 2009 18:26:53 +0000 Subject: [PATCH] * printcmd.c (build_address_symbolic): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/printcmd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a021e3df0a3..3fc07ba8411 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-02-25 Doug Evans + + * printcmd.c (build_address_symbolic): Fix comment. + 2009-02-25 Hui Zhu * cli/cli-script.c (define_command): Add _() to query. 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 -- 2.30.2