diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b0e478a978..90a4bcdbcab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-24 Paul Brook + + gcc/ + * gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment + typo. + 2009-11-24 Julian Brown Paul Brook diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index b9213eb8f7d..2dd603d497e 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -12839,7 +12839,7 @@ arm_compute_save_reg0_reg12_mask (void) { /* For noreturn functions we historically omitted register saves altogether. However this really messes up debugging. As a - compromise save just the fame pointers. Combined with the link + compromise save just the frame pointers. Combined with the link register saved elsewhere this should be sufficient to get a backtrace. */ if (frame_pointer_needed)