diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98120f83d0c..7ea95d0e46c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2002-09-12 Kazu Hirata <kazu@cs.umass.edu> + * config/arm/arm.c (arm_compute_initial_elimination_offset): + Fix a comment typo. + +2002-09-12 Kazu Hirata <kazu@cs.umass.edu> + * toplev.c (do_abort): Fix a comment typo. 2002-09-12 Kazu Hirata <kazu@cs.umass.edu> diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index e5667649895..3b7eedf0c4c 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -8044,7 +8044,7 @@ emit_sfm (base_reg, count) current stack pointer -> | | / -- - For a given funciton some or all of these stack compomnents + For a given function some or all of these stack compomnents may not be needed, giving rise to the possibility of eliminating some of the registers. |

