OSDN Git Service

* toplev.c (process_options): Fix typo.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 12:34:51 +0000 (12:34 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 12:34:51 +0000 (12:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86961 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index bc63754..2081c5d 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 853f170..90409b9 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