diff options
author | J.T. Conklin <jtc@redback.com> | 2001-01-03 21:12:18 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2001-01-03 21:12:18 +0000 |
commit | 3661f114f246f02cb20979438d85df9ffc695a77 (patch) | |
tree | 7e4bf43621bc7798fb4f605f6dee991832862b97 /gdb/i386bsd-nat.c | |
parent | 5a2a196041f1315bedb34a5eebd5d3fb356a9768 (diff) | |
download | gdb-3661f114f246f02cb20979438d85df9ffc695a77.tar.gz |
* 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 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 |