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/i386bsd-nat.c | |
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/i386bsd-nat.c')
-rw-r--r-- | gdb/i386bsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |