From: Jon Turney Date: Tue, 14 Apr 2015 20:05:21 +0000 (+0100) Subject: windows-nat: Fix misspelling in debug output X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23942819fca67effa062a9639be5df3fb074b322;p=binutils-gdb.git windows-nat: Fix misspelling in debug output gdb/ChangeLog: 2015-04-16 Jon Turney * windows-nat.c (windows_resume): Fix misspelling in debug output. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1ea002c426b..d5edf3c8b1b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-04-16 Jon Turney + + * windows-nat.c (windows_resume): Fix misspelling in debug output. + 2015-04-16 Jon Turney * windows-nat.c (get_windows_debug_event): Replace retval with diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 4b08d4d4e90..05e4ceec614 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1233,7 +1233,7 @@ windows_resume (struct target_ops *ops, } } #endif - DEBUG_EXCEPT(("Can only continue with recieved signal %d.\n", + DEBUG_EXCEPT(("Can only continue with received signal %d.\n", last_sig)); }