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 | 6953f3ba6953f252aa37f3df34a9c28d41bf13db (patch) | |
tree | a6b3da4d06c8a97b48f3df9e52956556c5e77022 | |
parent | ba91526b3d35cba707fd7ecdf7158bd9cf823b6f (diff) | |
download | gdb-6953f3ba6953f252aa37f3df34a9c28d41bf13db.zip gdb-6953f3ba6953f252aa37f3df34a9c28d41bf13db.tar.gz gdb-6953f3ba6953f252aa37f3df34a9c28d41bf13db.tar.bz2 |
Corrected spelling error in comment: continaution ->continuation.
-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 946725b..97a9b28 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) { |