From: Paul Brook Date: Tue, 24 Nov 2009 14:04:50 +0000 (+0000) Subject: arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo. X-Git-Tag: upstream/12.2.0~96041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ed04dbd6f6fba067c927cff7f3d3d2215dbcf55;p=platform%2Fupstream%2Fgcc.git arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo. 2009-11-24 Paul Brook gcc/ * gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo. From-SVN: r154498 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b0e478..90a4bcd 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 b9213eb..2dd603d 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)