* toplev.c (process_options): Fix typo.
authorRichard Sandiford <rsandifo@redhat.com>
Thu, 2 Sep 2004 12:34:51 +0000 (12:34 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Sep 2004 12:34:51 +0000 (12:34 +0000)
From-SVN: r86961

gcc/ChangeLog
gcc/toplev.c

index bc63754d38093e779c203b585d39e4d547ed3683..2081c5ddf99fdb699fc89a7bb246acab5f924cfd 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-02  Richard Sandiford  <rsandifo@redhat.com>
+
+       * toplev.c (process_options): Fix typo.
+
 2004-09-01  Richard Henderson  <rth@redhat.com>
 
        PR middle-end/17258
index 853f17048c09b883fda928a67fc95e8712d89410..90409b970506ccac1ac0a571b3f4f032dc7ffbc7 100644 (file)
@@ -1912,7 +1912,7 @@ process_options (void)
   if (flag_speculative_prefetching)
     {
       if (flag_speculative_prefetching_set)
-       WARNIng ("-fspeculative-prefetching not supported for this target");
+       warning ("-fspeculative-prefetching not supported for this target");
       flag_speculative_prefetching = 0;
     }
 #else