From: Kazu Hirata Date: Thu, 11 Nov 2004 14:52:54 +0000 (+0000) Subject: * config/arm/arm.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=286d28c32f89e6b8aebd42fc231a5e95f963cff2;p=gcc.git * config/arm/arm.c: Fix a comment typo. From-SVN: r90479 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dcbf74b907d..e0a4218d7a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-11 Kazu Hirata + + * config/arm/arm.c: Fix a comment typo. + 2004-11-11 Nathan Sidwell * bitmap.h (nBITMAP_WORD_BITS): Remove. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 24474e98b14..4a9d5f1cd55 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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)