* config/arm/arm.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 11 Nov 2004 14:52:54 +0000 (14:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 11 Nov 2004 14:52:54 +0000 (14:52 +0000)
From-SVN: r90479

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

index dcbf74b907d4a1ba94486728a5e9b37548ba363d..e0a4218d7a5863d3d59617573da22abc284ca9ff 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/arm/arm.c: Fix a comment typo.
+
 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
 
        * bitmap.h (nBITMAP_WORD_BITS): Remove.
index 24474e98b1498fbaec2b2af15383a4231b672bc3..4a9d5f1cd557ea146527ee8872d45e7c8e336da7 100644 (file)
@@ -8631,7 +8631,7 @@ arm_compute_save_reg0_reg12_mask (void)
            || (! current_function_is_leaf && call_used_regs [reg]))
          save_reg_mask |= (1 << reg);
 
-      /* Also save the pic base register if neccessary.  */
+      /* Also save the pic base register if necessary.  */
       if (flag_pic
          && !TARGET_SINGLE_PIC_BASE
          && current_function_uses_pic_offset_table)