* regcache.c (struct regcache_descr): Fix typo.

* i387-tdep.c (i387_supply_xsave): Fix typo.
This commit is contained in:
Tom Tromey 2011-07-11 17:19:16 +00:00
parent 2ab9532817
commit 86d318988c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -795,7 +795,7 @@ i387_supply_xsave (struct regcache *regcache, int regnum,
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))

View File

@ -67,7 +67,7 @@ struct regcache_descr
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. */