OSDN Git Service

* config/arm/arm.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2004 14:52:54 +0000 (14:52 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2004 14:52:54 +0000 (14:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90479 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dcbf74b..e0a4218 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 24474e9..4a9d5f1 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)