summaryrefslogtreecommitdiff
path: root/gdb/cli
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
commit7b2592dafc3bc42db0b00e1db32fca36230283bb (patch)
tree6028332e7d3eef9f9835349e8e6420176d6c4360 /gdb/cli
parente5e31fea037ada24cc90f3198ff826cfd6f87e08 (diff)
downloadgdb-7b2592dafc3bc42db0b00e1db32fca36230283bb.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/cli')
-rw-r--r--gdb/cli/cli-decode.c2
1 files changed, 1 insertions, 1 deletions
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'