diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-02-23 21:30:23 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-02-23 21:30:23 +0000 |
commit | 18d5d5909599ca943e5e077c5dc4c19f43edafe5 (patch) | |
tree | 0aef807aa3fcefa218bff09510211d78697a7b0a /gdb/command.h | |
parent | 47b95330e3668a7f9dfc3da042655a41a94f84d1 (diff) | |
download | gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.zip gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.tar.gz gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.tar.bz2 |
Doc fix.
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h index 9037b2e..7c20a42 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -256,7 +256,7 @@ struct cmd_list_element struct cmd_list_element *cmd_pointer; }; -/* Forward-declarations of the entry-points of command.c. */ +/* Forward-declarations of the entry-points of cli/cli-decode.c. */ extern struct cmd_list_element *add_cmd (char *, enum command_class, void (*fun) (char *, int), char *, |