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 1ea002c426b4bf5f8f128d56fc737a59e845e0a0..d5edf3c8b1b1e4ee0506aea60d38c40fd93a607b 100644 (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
index 4b08d4d4e90a7488a455f9bd37c80eb7c1bbf064..05e4ceec614d226db1feffaaf656daf4b0ae1037 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));
     }
 
This page took 0.02785 seconds and 4 git commands to generate.