windows-nat: Fix misspelling in debug output

gdb/ChangeLog:

2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>

	* windows-nat.c (windows_resume): Fix misspelling in debug output.
This commit is contained in:
Jon Turney 2015-04-14 21:05:21 +01:00
parent e6ad66bd09
commit 23942819fc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
* windows-nat.c (windows_resume): Fix misspelling in debug output.
2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
* windows-nat.c (get_windows_debug_event): Replace retval with

View File

@ -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));
}