summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
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/toplev.c
parent81f7827a851b9944a44061af78f930d212979d57 (diff)
downloadgcc-994182df2760962dc90ab4f2eace2de84c669133.tar.gz
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/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index efce98fa30f..f2ca43490ae 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;
}