aboutsummaryrefslogtreecommitdiff
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 <joey.ye@arm.com>2011-12-23 02:18:17 +0000
commit4b25ca9c6f8bb52955ab5e32f36224de362988e2 (patch)
treea56faa587567a5af6633e8453799c80946f76a85 /gcc/toplev.c
parentc9fe7cac9ce3f86919719d3d0969b8f8c8ffda45 (diff)
2011-12-22 Joey Ye <joey.ye@arm.com>
* toplev.c (process_options): Fix typo. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@182649 138bc75d-0d04-0410-961f-82ee72b054a4
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;
}