diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:07:13 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:07:13 +0000 |
commit | d287e7a76bed8789f2f5cbf091823d2d11e98e0f (patch) | |
tree | f7c188114ae5ff4744c1ab4f9e9f315f28738a6f /gdb/infcmd.c | |
parent | 5e7891ffd659ce99565ee49a0c1c74bdbf60d445 (diff) | |
download | gdb-d287e7a76bed8789f2f5cbf091823d2d11e98e0f.tar.gz |
Corrected spelling error in comment: continaution ->continuation.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 946725bfcb8..97a9b28fefd 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1067,7 +1067,7 @@ print_return_value (int structure_return, struct type *value_type) only chance we have to complete this command is in fetch_inferior_event, which is called by the event loop as soon as it detects that the target has stopped. This function is called via the - cmd_continaution pointer. */ + cmd_continuation pointer. */ void finish_command_continuation (struct continuation_arg *arg) { |