From patchwork Thu Apr 16 19:23:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] windows-nat: Fix misspelling in debug output From: Jon TURNEY X-Patchwork-Id: 6266 Message-Id: <1429212209-20548-4-git-send-email-jon.turney@dronecode.org.uk> To: gdb-patches@sourceware.org Cc: Jon Turney Date: Thu, 16 Apr 2015 20:23:27 +0100 gdb/ChangeLog: 2015-04-16 Jon Turney * windows-nat.c (windows_resume): Fix misspelling in debug output. --- gdb/ChangeLog | 4 ++++ gdb/windows-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 4b08d4d..05e4cee 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)); }