aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-11-24 14:04:50 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2009-11-24 14:04:50 +0000
commit3ed04dbd6f6fba067c927cff7f3d3d2215dbcf55 (patch)
tree470c10eaffab8d849a982e708e9825a4ebb5ee41
parent854b8a40570fee8d8c22acf21355a8ab88f17557 (diff)
downloadgcc-3ed04dbd6f6fba067c927cff7f3d3d2215dbcf55.zip
gcc-3ed04dbd6f6fba067c927cff7f3d3d2215dbcf55.tar.gz
gcc-3ed04dbd6f6fba067c927cff7f3d3d2215dbcf55.tar.bz2
arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo.
2009-11-24 Paul Brook <paul@codesourcery.com> gcc/ * gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo. From-SVN: r154498
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/arm/arm.c2
2 files changed, 7 insertions, 1 deletions
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 <paul@codesourcery.com>
+
+ gcc/
+ * gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment
+ typo.
+
2009-11-24 Julian Brown <julian@codesourcery.com>
Paul Brook <paul@codesourcery.com>
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)