aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-09-28 09:58:32 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-09-28 09:58:32 +0000
commitb0aa2390573e52199741ce74eaac3102ea631370 (patch)
tree0ca0e5937e50e6ee874eefe0473750451609e1df
parent9a3c2683a99eee640ea752cfaf5df84d1555de97 (diff)
downloadgcc-b0aa2390573e52199741ce74eaac3102ea631370.zip
gcc-b0aa2390573e52199741ce74eaac3102ea631370.tar.gz
gcc-b0aa2390573e52199741ce74eaac3102ea631370.tar.bz2
mips.c (override_options): Fix comment typo.
gcc/ * config/mips/mips.c (override_options): Fix comment typo. From-SVN: r128862
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 503af66..8613621 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 4544cfc..dbb7149 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