diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-09-02 12:34:51 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-09-02 12:34:51 +0000 |
commit | 3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5 (patch) | |
tree | 8f2f6b40aa47dc648baefb2c23501c52bc394e92 /gcc/toplev.c | |
parent | 27cfe3106e8a2e430a34a53aca59d5d448902b43 (diff) | |
download | gcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.zip gcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.tar.gz gcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.tar.bz2 |
* toplev.c (process_options): Fix typo.
From-SVN: r86961
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 853f170..90409b9 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 |