This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH]: fix typos in comments
- To: gdb-patches at sourceware dot cygnus dot com
- Subject: [PATCH]: fix typos in comments
- From: jtc at redback dot com (J.T. Conklin)
- Date: 03 Jan 2001 13:19:57 -0800
- Reply-To: jtc at redback dot com
I just committed the enclosed patch.
--jtc
2001-01-03 J.T. Conklin <jtc@redback.com>
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
comment.
Index: alphabsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/alphabsd-nat.c,v
retrieving revision 1.2
diff -c -r1.2 alphabsd-nat.c
*** alphabsd-nat.c 2000/06/02 19:04:51 1.2
--- alphabsd-nat.c 2001/01/03 21:08:38
***************
*** 48,54 ****
/* Transfering the registers between GDB, inferiors and core files. */
! /* Fill GDB's register array with the genereal-purpose register values
in *GREGSETP. */
void
--- 48,54 ----
/* Transfering the registers between GDB, inferiors and core files. */
! /* Fill GDB's register array with the general-purpose register values
in *GREGSETP. */
void
Index: i386-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-linux-nat.c,v
retrieving revision 1.19
diff -c -r1.19 i386-linux-nat.c
*** i386-linux-nat.c 2000/12/21 20:18:45 1.19
--- i386-linux-nat.c 2001/01/03 21:08:38
***************
*** 264,270 ****
/* Transfering the general-purpose registers between GDB, inferiors
and core files. */
! /* Fill GDB's register array with the genereal-purpose register values
in *GREGSETP. */
void
--- 264,270 ----
/* Transfering the general-purpose registers between GDB, inferiors
and core files. */
! /* Fill GDB's register array with the general-purpose register values
in *GREGSETP. */
void
Index: i386bsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386bsd-nat.c,v
retrieving revision 1.3
diff -c -r1.3 i386bsd-nat.c
*** i386bsd-nat.c 2000/06/05 18:59:40 1.3
--- i386bsd-nat.c 2001/01/03 21:08:38
***************
*** 103,109 ****
/* Transfering the registers between GDB, inferiors and core files. */
! /* Fill GDB's register array with the genereal-purpose register values
in *GREGSETP. */
void
--- 103,109 ----
/* Transfering the registers between GDB, inferiors and core files. */
! /* Fill GDB's register array with the general-purpose register values
in *GREGSETP. */
void
--
J.T. Conklin
RedBack Networks