This is the mail archive of the gdb-patches@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]

[PATCH] typos


A couple of fixes for obvious typos.

Nick
Index: gdb/testsuite/gdb.base/sigrepeat.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigrepeat.exp,v
retrieving revision 1.3
diff -u -p -u -r1.3 sigrepeat.exp
--- gdb/testsuite/gdb.base/sigrepeat.exp	9 Jan 2007 17:59:11 -0000	1.3
+++ gdb/testsuite/gdb.base/sigrepeat.exp	23 Jan 2007 12:07:13 -0000
@@ -21,7 +21,7 @@
 # cpu advancment.
 
 if [target_info exists gdb,nosignals] {
-    verbose "Skipping sigstep.exp because of nosignals."
+    verbose "Skipping sigrepeat.exp because of nosignals."
     continue
 }
 
Index: gdb/target.c
===================================================================
RCS file: /cvs/src/src/gdb/target.c,v
retrieving revision 1.132
diff -u -p -u -r1.132 target.c
--- gdb/target.c	9 Jan 2007 17:58:59 -0000	1.132
+++ gdb/target.c	23 Jan 2007 12:07:15 -0000
@@ -379,7 +379,7 @@ update_current_target (void)
 {
   struct target_ops *t;
 
-  /* First, reset curren'ts contents.  */
+  /* First, reset current's contents.  */
   memset (&current_target, 0, sizeof (current_target));
 
 #define INHERIT(FIELD, TARGET) \

Attachment: gdb.ChangeLog
Description: Text document

Attachment: gdb.testsuite.ChangeLog
Description: Text document


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