diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2015-04-14 21:05:21 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2015-04-22 18:30:56 +0100 |
commit | 23942819fca67effa062a9639be5df3fb074b322 (patch) | |
tree | ac3798bd1b2c97ecaef35d65fef61caa96aa94fb /gdb/windows-nat.c | |
parent | e6ad66bd097f17ec32c03462dd65b7f833fd49ab (diff) | |
download | gdb-23942819fca67effa062a9639be5df3fb074b322.zip gdb-23942819fca67effa062a9639be5df3fb074b322.tar.gz gdb-23942819fca67effa062a9639be5df3fb074b322.tar.bz2 |
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.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |