summaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-06-25 05:39:18 +0000
committerTom Tromey <tromey@redhat.com>2002-06-25 05:39:18 +0000
commitc0e624e73fb1802a2bfe7143aeddeccd78bd3900 (patch)
treed39f6352948aafd1e02b3c2b82b47b1a27f3d7c3 /gdb/target.c
parentdefc6f8c588dc477bcbfc3cd08f7b3960425371f (diff)
downloadbinutils-gdb-c0e624e73fb1802a2bfe7143aeddeccd78bd3900.tar.gz
* cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
* target.c (initialize_targets): Fixed typo in trust-readonly-sections `show' documentation.
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c
index 69f034513e4..a40cebd90b4 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -2305,7 +2305,7 @@ Set mode for reading from readonly sections.\n\
When this mode is on, memory reads from readonly sections (such as .text)\n\
will be read from the object file instead of from the target. This will\n\
result in significant performance improvement for remote targets.", "\
-Set mode for reading from readonly sections.\n",
+Show mode for reading from readonly sections.\n",
NULL, NULL,
&setlist, &showlist);