]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.c (override_options): Fix comment typo.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Fri, 28 Sep 2007 09:58:32 +0000 (09:58 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 28 Sep 2007 09:58:32 +0000 (09:58 +0000)
gcc/
* config/mips/mips.c (override_options): Fix comment typo.

From-SVN: r128862

gcc/ChangeLog
gcc/config/mips/mips.c

index 503af66d1a9346ae3e5194eabec9c0822f8598f5..8613621963ffaf92348d3bf05746ccbaa0a27f68 100644 (file)
@@ -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
index 4544cfca5ce0de2ed003176ff75aa7497f271694..dbb7149b86e892cfb6bdd67873fcb2eb34f9f68d 100644 (file)
@@ -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