From ad2a4d0953ad19f6995b6ebcf609759b1ed1e5e1 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 3 Jan 2001 21:12:18 +0000 Subject: [PATCH] * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment. --- gdb/ChangeLog | 5 +++++ gdb/alphabsd-nat.c | 2 +- gdb/i386-linux-nat.c | 2 +- gdb/i386bsd-nat.c | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d6ab82312..1b59389159 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 40937a8194..43cdb75090 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 cf703b79e4..a1541a9883 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 f1182ea4e8..a866a9b5ce 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 -- 2.34.1