This is the mail archive of the gdb-patches@sources.redhat.com 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] Fix typo


Ouch!  I copied this typo in a lot of files.  Fixed by the attached
patch.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
	i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
	Fix typo.

Index: amd64-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/amd64-linux-tdep.c,v
retrieving revision 1.4
diff -u -p -r1.4 amd64-linux-tdep.c
--- amd64-linux-tdep.c 9 Apr 2004 16:28:50 -0000 1.4
+++ amd64-linux-tdep.c 9 Apr 2004 23:25:08 -0000
@@ -117,7 +117,7 @@ amd64_linux_sigtramp_start (CORE_ADDR pc
   return pc;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    GNU/Linux sigtramp routine.  */
 
 static int
Index: amd64nbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/amd64nbsd-tdep.c,v
retrieving revision 1.7
diff -u -p -r1.7 amd64nbsd-tdep.c
--- amd64nbsd-tdep.c 9 Apr 2004 16:28:50 -0000 1.7
+++ amd64nbsd-tdep.c 9 Apr 2004 23:25:08 -0000
@@ -34,7 +34,7 @@
 
 /* Support for signal handlers.  */
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    NetBSD sigtramp routine.  */
 
 static int
Index: amd64obsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/amd64obsd-tdep.c,v
retrieving revision 1.8
diff -u -p -r1.8 amd64obsd-tdep.c
--- amd64obsd-tdep.c 9 Apr 2004 16:28:50 -0000 1.8
+++ amd64obsd-tdep.c 9 Apr 2004 23:25:08 -0000
@@ -80,7 +80,7 @@ amd64obsd_regset_from_core_section (stru
 /* Default page size.  */
 static const int amd64obsd_page_size = 4096;
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to an
+/* Return whether the frame preceding NEXT_FRAME corresponds to an
    OpenBSD sigtramp routine.  */
 
 static int
Index: i386-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-linux-tdep.c,v
retrieving revision 1.38
diff -u -p -r1.38 i386-linux-tdep.c
--- i386-linux-tdep.c 9 Apr 2004 16:28:50 -0000 1.38
+++ i386-linux-tdep.c 9 Apr 2004 23:25:08 -0000
@@ -217,7 +217,7 @@ i386_linux_rt_sigtramp_start (CORE_ADDR 
   return pc;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    GNU/Linux sigtramp routine.  */
 
 static int
Index: i386-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.c,v
retrieving revision 1.184
diff -u -p -r1.184 i386-tdep.c
--- i386-tdep.c 9 Apr 2004 16:28:50 -0000 1.184
+++ i386-tdep.c 9 Apr 2004 23:25:09 -0000
@@ -1741,7 +1741,7 @@ i386_pe_skip_trampoline_code (CORE_ADDR 
 }
 
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    sigtramp routine.  */
 
 static int
@@ -1780,7 +1780,7 @@ i386_print_insn (bfd_vma pc, struct disa
 
 /* System V Release 4 (SVR4).  */
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a SVR4
+/* Return whether the frame preceding NEXT_FRAME corresponds to a SVR4
    sigtramp routine.  */
 
 static int
Index: i386nbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386nbsd-tdep.c,v
retrieving revision 1.23
diff -u -p -r1.23 i386nbsd-tdep.c
--- i386nbsd-tdep.c 9 Apr 2004 16:28:50 -0000 1.23
+++ i386nbsd-tdep.c 9 Apr 2004 23:25:09 -0000
@@ -185,7 +185,7 @@ i386nbsd_sigtramp_offset (CORE_ADDR pc)
   return -1;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    NetBSD sigtramp routine.  */
 
 static int
Index: i386obsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386obsd-tdep.c,v
retrieving revision 1.14
diff -u -p -r1.14 i386obsd-tdep.c
--- i386obsd-tdep.c 9 Apr 2004 16:28:50 -0000 1.14
+++ i386obsd-tdep.c 9 Apr 2004 23:25:09 -0000
@@ -51,7 +51,7 @@
 /* Default page size.  */
 static const int i386obsd_page_size = 4096;
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to an
+/* Return whether the frame preceding NEXT_FRAME corresponds to an
    OpenBSD sigtramp routine.  */
 
 static int


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