From c0e624e73fb1802a2bfe7143aeddeccd78bd3900 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 25 Jun 2002 05:39:18 +0000 Subject: [PATCH] * cli/cli-decode.c (add_show_from_set): Fixed typo in comment. * target.c (initialize_targets): Fixed typo in trust-readonly-sections `show' documentation. --- gdb/ChangeLog | 4 ++++ gdb/cli/cli-decode.c | 2 +- gdb/target.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72a8f7ea694..94458b0e17b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-06-24 Tom Tromey + * cli/cli-decode.c (add_show_from_set): Fixed typo in comment. + * target.c (initialize_targets): Fixed typo in + trust-readonly-sections `show' documentation. + * main.c: Marked all strings with _(). 2002-06-24 Don Howard diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index a6fadd91360..3efee979ebc 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -437,7 +437,7 @@ add_setshow_boolean_cmd (char *name, command to LIST and return a pointer to the added command (not necessarily the head of LIST). */ /* NOTE: cagney/2002-03-17: The original version of add_show_from_set - used memcpy() to clone `set' into `show'. This ment that in + used memcpy() to clone `set' into `show'. This meant that in addition to all the needed fields (var, name, et.al.) some unnecessary fields were copied (namely the callback function). The function explictly copies relevant fields. For a `set' and `show' 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); -- 2.30.2