* config/arm/arm.c: Fix a comment typo.

From-SVN: r90479
This commit is contained in:
Kazu Hirata 2004-11-11 14:52:54 +00:00 committed by Kazu Hirata
parent 65a6f34265
commit 286d28c32f
2 changed files with 5 additions and 1 deletions

View 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.

View 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)