aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-12 18:25:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-12 18:25:28 +0000
commit52bd31bbf73e748fed7b32288ed2528e8e1175b5 (patch)
tree9451867426e64e21c732c4897f92b9d6d8317adb
parent387c92949f2387b0ba44653bf26178e80c185572 (diff)
downloadgcc-52bd31bbf73e748fed7b32288ed2528e8e1175b5.zip
gcc-52bd31bbf73e748fed7b32288ed2528e8e1175b5.tar.gz
gcc-52bd31bbf73e748fed7b32288ed2528e8e1175b5.tar.bz2
arm.c (arm_compute_initial_elimination_offset): Fix a comment typo.
* config/arm/arm.c (arm_compute_initial_elimination_offset): Fix a comment typo. From-SVN: r57078
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 98120f8..7ea95d0 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 e566764..3b7eedf 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.