diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 503af66d1a9346ae3e5194eabec9c0822f8598f5..8613621963ffaf92348d3bf05746ccbaa0a27f68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-28 Richard Sandiford <rsandifo@nildram.co.uk> + + * config/mips/mips.c (override_options): Fix comment typo. + 2007-09-28 Jakub Jelinek <jakub@redhat.com> PR c++/31434 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 4544cfca5ce0de2ed003176ff75aa7497f271694..dbb7149b86e892cfb6bdd67873fcb2eb34f9f68d 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -6045,7 +6045,7 @@ override_options (void) /* If neither -mbranch-likely nor -mno-branch-likely was given on the command line, set MASK_BRANCHLIKELY based on the target architecture and tuning flags. Annulled delay slots are a - size win, so we only consider the process-specific tuning + size win, so we only consider the processor-specific tuning for !optimize_size. */ if (ISA_HAS_BRANCHLIKELY && (optimize_size