* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
authorMark Kettenis <kettenis@gnu.org>
Thu, 22 Jul 2004 23:07:37 +0000 (23:07 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 22 Jul 2004 23:07:37 +0000 (23:07 +0000)
gdb/ChangeLog
gdb/sparcnbsd-nat.c

index 447a3d413d0d05ef12cc2b8d229f57225a9174f1..2c4e112f9425f2070ce185920fc312db45bd154c 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 01089eeef327be4f4b5dbcdff4ce092458a5f8e7..fa663f2478c35886e37282146bb62ca762482a38 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().  */