aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparcnbsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-22 23:07:37 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-22 23:07:37 +0000
commitbd921882b7515a8c1da30a91b151db4ec70678a4 (patch)
treec72a461ebe46627c9aea3f4343bf47e48f170ad0 /gdb/sparcnbsd-nat.c
parent47c14ffff620706a631c84a85a69e85e56baf0c1 (diff)
downloadgdb-bd921882b7515a8c1da30a91b151db4ec70678a4.zip
gdb-bd921882b7515a8c1da30a91b151db4ec70678a4.tar.gz
gdb-bd921882b7515a8c1da30a91b151db4ec70678a4.tar.bz2
* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
Diffstat (limited to 'gdb/sparcnbsd-nat.c')
-rw-r--r--gdb/sparcnbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c
index 01089ee..fa663f2 100644
--- a/gdb/sparcnbsd-nat.c
+++ b/gdb/sparcnbsd-nat.c
@@ -38,7 +38,7 @@ sparc32nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
{
/* The following is true for NetBSD 1.6.2:
- The pcb contains %sp, %sp, %psr and %wim. From this information
+ The pcb contains %sp, %pc, %psr and %wim. From this information
we reconstruct the register state as it would look when we just
returned from cpu_switch(). */