windows-nat: Fix misspelling in debug output
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 14 Apr 2015 20:05:21 +0000 (21:05 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 22 Apr 2015 17:30:56 +0000 (18:30 +0100)
gdb/ChangeLog:

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

* windows-nat.c (windows_resume): Fix misspelling in debug output.

gdb/ChangeLog
gdb/windows-nat.c

index 1ea002c..d5edf3c 100644 (file)
@@ -1,5 +1,9 @@
 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
        thread_id throughout.  Update stale comment.
 
index 4b08d4d..05e4cee 100644 (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));
     }