diff options
author | Doug Evans <dje@google.com> | 2009-02-25 18:26:53 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-02-25 18:26:53 +0000 |
commit | 89c83b10fbb1bc4c78a450498b0c5e00285b8754 (patch) | |
tree | e0b19e72aba2f1ebf5de81ba2f6a0bf1d37fc015 /gdb/printcmd.c | |
parent | a60a89d65dc8c02cd50de7ad2503c81c4c9fb8a2 (diff) | |
download | gdb-89c83b10fbb1bc4c78a450498b0c5e00285b8754.zip gdb-89c83b10fbb1bc4c78a450498b0c5e00285b8754.tar.gz gdb-89c83b10fbb1bc4c78a450498b0c5e00285b8754.tar.bz2 |
* printcmd.c (build_address_symbolic): Fix comment.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 04d7fe5..375f82e 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 |