From: Richard Sandiford Date: Thu, 2 Sep 2004 12:34:51 +0000 (+0000) Subject: * toplev.c (process_options): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5;p=gcc.git * toplev.c (process_options): Fix typo. From-SVN: r86961 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc63754d380..2081c5ddf99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-02 Richard Sandiford + + * toplev.c (process_options): Fix typo. + 2004-09-01 Richard Henderson PR middle-end/17258 diff --git a/gcc/toplev.c b/gcc/toplev.c index 853f17048c0..90409b97050 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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