* cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
[binutils-gdb.git] / gdb / cli / cli-decode.c
index a6fadd9136024eb69f5e89ba77813aef17bfc513..3efee979ebcfc6fdb4826594299061fa69c3fda8 100644 (file)
@@ -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'