OSDN Git Service

* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
authorkettenis <kettenis>
Thu, 22 Jul 2004 23:07:35 +0000 (23:07 +0000)
committerkettenis <kettenis>
Thu, 22 Jul 2004 23:07:35 +0000 (23:07 +0000)
gdb/ChangeLog
gdb/sparcnbsd-nat.c

index 447a3d4..2c4e112 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
+
 2004-07-21  Andrew Cagney  <cagney@gnu.org>
 
        Use regcache_raw_supply instead of supply_register.
index 01089ee..fa663f2 100644 (file)
@@ -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().  */