summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-01-03 21:12:18 +0000
committerJ.T. Conklin <jtc@redback.com>2001-01-03 21:12:18 +0000
commit3661f114f246f02cb20979438d85df9ffc695a77 (patch)
tree7e4bf43621bc7798fb4f605f6dee991832862b97
parent5a2a196041f1315bedb34a5eebd5d3fb356a9768 (diff)
downloadgdb-3661f114f246f02cb20979438d85df9ffc695a77.tar.gz
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/alphabsd-nat.c2
-rw-r--r--gdb/i386-linux-nat.c2
-rw-r--r--gdb/i386bsd-nat.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6d6ab823126..1b593891599 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 40937a81943..43cdb750908 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 cf703b79e46..a1541a98838 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 f1182ea4e80..a866a9b5ce9 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