diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-03 21:12:18 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-03 21:12:18 +0000 |
commit | ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1 (patch) | |
tree | ba529c7d94be0c6e570910b035e36e212c0f8401 /gdb | |
parent | 509945ae4bd11ac725782a16ac591220467c7df0 (diff) | |
download | gdb-ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1.zip gdb-ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1.tar.gz gdb-ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1.tar.bz2 |
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/alphabsd-nat.c | 2 | ||||
-rw-r--r-- | gdb/i386-linux-nat.c | 2 | ||||
-rw-r--r-- | gdb/i386bsd-nat.c | 2 |
4 files changed, 8 insertions, 3 deletions
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 <jtc@redback.com> + + * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in + comment. + 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com> * 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 |