This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] windows-nat: Fix misspelling in debug output


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=23942819fca67effa062a9639be5df3fb074b322

commit 23942819fca67effa062a9639be5df3fb074b322
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Apr 14 21:05:21 2015 +0100

    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.

Diff:
---
 gdb/ChangeLog     | 4 ++++
 gdb/windows-nat.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1ea002c..d5edf3c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
 
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));
     }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]