aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-05-14 07:17:45 +0000
committerJim Blandy <jimb@codesourcery.com>2004-05-14 07:17:45 +0000
commit02f60eae682a5b6966b117d0b851695b1e329a97 (patch)
tree29640b9e6087dfd564ad20c98c006edd0aea2fff /gdb/regcache.c
parent541094f34ad9fbb27c5393039753a26550a3e421 (diff)
downloadgdb-02f60eae682a5b6966b117d0b851695b1e329a97.zip
gdb-02f60eae682a5b6966b117d0b851695b1e329a97.tar.gz
gdb-02f60eae682a5b6966b117d0b851695b1e329a97.tar.bz2
Committed by Jim Blandy <jimb@redhat.com>:
* regcache.c (struct regcache_descr): fix comment spelling.
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r--gdb/regcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c
index e775e4d..4058a98 100644
--- a/gdb/regcache.c
+++ b/gdb/regcache.c
@@ -64,9 +64,9 @@ struct regcache_descr
/* The cooked register space. Each cooked register in the range
[0..NR_RAW_REGISTERS) is direct-mapped onto the corresponding raw
register. The remaining [NR_RAW_REGISTERS
- .. NR_COOKED_REGISTERS) (a.k.a. pseudo regiters) are mapped onto
+ .. NR_COOKED_REGISTERS) (a.k.a. pseudo registers) are mapped onto
both raw registers and memory by the architecture methods
- gdbarch_register_read and gdbarch_register_write. */
+ gdbarch_pseudo_register_read and gdbarch_pseudo_register_write. */
int nr_cooked_registers;
long sizeof_cooked_registers;
long sizeof_cooked_register_valid_p;