From: Jim Blandy Date: Fri, 14 May 2004 07:17:45 +0000 (+0000) Subject: Committed by Jim Blandy : X-Git-Tag: gprof-pre-ansify-2004-05-26~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02f60eae682a5b6966b117d0b851695b1e329a97;p=platform%2Fupstream%2Fbinutils.git Committed by Jim Blandy : * regcache.c (struct regcache_descr): fix comment spelling. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 758420a..e5f5a95 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-05-12 David Anderson + + Committed by Jim Blandy : + * regcache.c (struct regcache_descr): fix comment spelling. + 2004-05-13 J. Brobecker * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/. 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;