[3/5] windows-nat: Fix misspelling in debug output

Message ID 1429212209-20548-4-git-send-email-jon.turney@dronecode.org.uk
State New, archived
Headers

Commit Message

Jon Turney April 16, 2015, 7:23 p.m. UTC
  gdb/ChangeLog:

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

	* 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(-)
  

Comments

Joel Brobecker April 22, 2015, 1:55 p.m. UTC | #1
> 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
> 
> 	* windows-nat.c (windows_resume): Fix misspelling in debug output.

OK.

I should also mention that we allow contributors to push "obvious
patches" without prior approval. This one would definitely qualify.
For future contributions, perhaps :-).
  

Patch

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