summaryrefslogtreecommitdiff
path: root/gdb
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
commitdc6f1e998948b89628e3b16d389b6d22b3282d95 (patch)
treea225dad644ffe343634942a2b61f018b351518e7 /gdb
parentaca3d323a1e7ef424de06914afc24723268a1503 (diff)
downloadgdb-dc6f1e998948b89628e3b16d389b6d22b3282d95.tar.gz
Doc fix.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 9037b2e0d01..7c20a429078 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 *,