arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo.
authorPaul Brook <paul@codesourcery.com>
Tue, 24 Nov 2009 14:04:50 +0000 (14:04 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 24 Nov 2009 14:04:50 +0000 (14:04 +0000)
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

gcc/ChangeLog
gcc/config/arm/arm.c

index 2b0e478..90a4bcd 100644 (file)
@@ -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>
 
index b9213eb..2dd603d 100644 (file)
@@ -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)