aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoey Ye <joey.ye@arm.com>2011-12-23 02:18:17 +0000
committerJoey Ye <jye2@gcc.gnu.org>2011-12-23 02:18:17 +0000
commit994182df2760962dc90ab4f2eace2de84c669133 (patch)
treea56faa587567a5af6633e8453799c80946f76a85 /gcc
parent81f7827a851b9944a44061af78f930d212979d57 (diff)
downloadgcc-994182df2760962dc90ab4f2eace2de84c669133.zip
gcc-994182df2760962dc90ab4f2eace2de84c669133.tar.gz
gcc-994182df2760962dc90ab4f2eace2de84c669133.tar.bz2
toplev.c (process_options): Fix typo.
2011-12-22 Joey Ye <joey.ye@arm.com> * toplev.c (process_options): Fix typo. From-SVN: r182649
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 ae8cad3..8b6fc68 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-22 Joey Ye <joey.ye@arm.com>
+
+ * toplev.c (process_options): Fix typo.
+
2011-12-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/51252
diff --git a/gcc/toplev.c b/gcc/toplev.c
index efce98f..f2ca434 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -1332,7 +1332,7 @@ process_options (void)
if (flag_strict_volatile_bitfields > 0 && !abi_version_at_least (2))
{
- warning (0, "-fstrict-volatile-bitfield disabled; "
+ warning (0, "-fstrict-volatile-bitfields disabled; "
"it is incompatible with ABI versions < 2");
flag_strict_volatile_bitfields = 0;
}