aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-11-29 20:45:13 +0000
committerStan Shebs <shebs@codesourcery.com>1994-11-29 20:45:13 +0000
commite04f89015d1f766d16e9e84ea9955f6d598fb09d (patch)
tree96635bfd3c81b65c83e841e63d708d297e8bbce9 /gdb/top.c
parent0eb44acd172fd8d8fcf691f734ca5bc6d88a754b (diff)
downloadgdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.zip
gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.gz
gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.bz2
* top.c (read_next_line): Pass annotation suffix "commands"
instead of "command", matches documentation.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index e28b9bb..17e85c0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1845,7 +1845,7 @@ read_next_line (command)
else
prompt_ptr = NULL;
- p = command_line_input (prompt_ptr, instream == stdin, "command");
+ p = command_line_input (prompt_ptr, instream == stdin, "commands");
/* Not sure what to do here. */
if (p == NULL)