From: Mark Kettenis Date: Thu, 22 Jul 2004 23:07:37 +0000 (+0000) Subject: * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd921882b7515a8c1da30a91b151db4ec70678a4;p=binutils-gdb.git * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 447a3d413d0..2c4e112f942 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-07-23 Mark Kettenis + + * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. + 2004-07-21 Andrew Cagney Use regcache_raw_supply instead of supply_register. 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(). */