summaryrefslogtreecommitdiff
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
commit0c63f5a964a42825f568275f30700e34088c3c62 (patch)
treef77ef9109affaf42d60c40675f7155c30ed3c06d /gdb/sparcnbsd-nat.c
parent3ac69f2a469cdfadb6596a17f65d1ba01f0d3dee (diff)
downloadgdb-0c63f5a964a42825f568275f30700e34088c3c62.tar.gz
* 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 01089eeef32..fa663f2478c 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(). */