From: David Anderson Date: Sat, 2 Sep 2000 00:07:13 +0000 (+0000) Subject: Corrected spelling error in comment: continaution ->continuation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6953f3ba6953f252aa37f3df34a9c28d41bf13db;p=binutils-gdb.git Corrected spelling error in comment: continaution ->continuation. --- 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) {