aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-09-02 12:34:51 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-09-02 12:34:51 +0000
commit3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5 (patch)
tree8f2f6b40aa47dc648baefb2c23501c52bc394e92 /gcc
parent27cfe3106e8a2e430a34a53aca59d5d448902b43 (diff)
downloadgcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.zip
gcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.tar.gz
gcc-3806400dd9ee2c9dc5c8e10f6d3c57413f0360e5.tar.bz2
* toplev.c (process_options): Fix typo.
From-SVN: r86961
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/toplev.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bc63754..2081c5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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