* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.

This commit is contained in:
Mark Kettenis 2004-07-22 23:07:37 +00:00
parent 47c14ffff6
commit bd921882b7
2 changed files with 5 additions and 1 deletions

View 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.

View 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(). */