aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-02-23 21:30:23 +0000
committerJim Blandy <jimb@codesourcery.com>2002-02-23 21:30:23 +0000
commit18d5d5909599ca943e5e077c5dc4c19f43edafe5 (patch)
tree0aef807aa3fcefa218bff09510211d78697a7b0a /gdb/command.h
parent47b95330e3668a7f9dfc3da042655a41a94f84d1 (diff)
downloadfsf-binutils-gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.zip
fsf-binutils-gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.tar.gz
fsf-binutils-gdb-18d5d5909599ca943e5e077c5dc4c19f43edafe5.tar.bz2
Doc fix.
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
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 *,