* i387-tdep.c (i387_supply_xsave): Fix typo.
+2011-07-11 Tom Tromey <tromey@redhat.com>
+
+ * regcache.c (struct regcache_descr): Fix typo.
+ * i387-tdep.c (i387_supply_xsave): Fix typo.
+
2011-07-11 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (handle_DW_AT_stmt_list): New function.
return;
case all:
- /* Hanle the upper YMM registers. */
+ /* Handle the upper YMM registers. */
if ((tdep->xcr0 & I386_XSTATE_AVX))
{
if ((clear_bv & I386_XSTATE_AVX))
long sizeof_cooked_registers;
long sizeof_cooked_register_status;
- /* Offset and size (in 8 bit bytes), of reach register in the
+ /* Offset and size (in 8 bit bytes), of each register in the
register cache. All registers (including those in the range
[NR_RAW_REGISTERS .. NR_COOKED_REGISTERS) are given an
offset. */