diff options
author | Tom Tromey <tromey@redhat.com> | 2002-06-25 05:39:18 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2002-06-25 05:39:18 +0000 |
commit | c0e624e73fb1802a2bfe7143aeddeccd78bd3900 (patch) | |
tree | d39f6352948aafd1e02b3c2b82b47b1a27f3d7c3 /gdb/cli | |
parent | defc6f8c588dc477bcbfc3cd08f7b3960425371f (diff) | |
download | gdb-c0e624e73fb1802a2bfe7143aeddeccd78bd3900.zip gdb-c0e624e73fb1802a2bfe7143aeddeccd78bd3900.tar.gz gdb-c0e624e73fb1802a2bfe7143aeddeccd78bd3900.tar.bz2 |
* 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/cli')
-rw-r--r-- | gdb/cli/cli-decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index a6fadd9..3efee97 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' |