From: J.T. Conklin Date: Wed, 3 Jan 2001 21:12:18 +0000 (+0000) Subject: * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment. X-Git-Tag: newlib-1_9_0~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1;p=platform%2Fupstream%2Fbinutils.git * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d6ab82..1b59389 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-01-03 J.T. Conklin + + * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in + comment. + 2001-01-02 Michael Snyder * sh-tdep.c (sh_extract_return_value): Allow for small return type. diff --git a/gdb/alphabsd-nat.c b/gdb/alphabsd-nat.c index 40937a8..43cdb75 100644 --- a/gdb/alphabsd-nat.c +++ b/gdb/alphabsd-nat.c @@ -48,7 +48,7 @@ typedef struct fpreg fpregset_t; /* Transfering the registers between GDB, inferiors and core files. */ -/* Fill GDB's register array with the genereal-purpose register values +/* Fill GDB's register array with the general-purpose register values in *GREGSETP. */ void diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index cf703b7..a1541a9 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -264,7 +264,7 @@ old_store_inferior_registers (int regno) /* Transfering the general-purpose registers between GDB, inferiors and core files. */ -/* Fill GDB's register array with the genereal-purpose register values +/* Fill GDB's register array with the general-purpose register values in *GREGSETP. */ void diff --git a/gdb/i386bsd-nat.c b/gdb/i386bsd-nat.c index f1182ea..a866a9b 100644 --- a/gdb/i386bsd-nat.c +++ b/gdb/i386bsd-nat.c @@ -103,7 +103,7 @@ cannot_fetch_register (int regno) /* Transfering the registers between GDB, inferiors and core files. */ -/* Fill GDB's register array with the genereal-purpose register values +/* Fill GDB's register array with the general-purpose register values in *GREGSETP. */ void