Committed. 2011-12-22 Joey Ye <joey...@arm.com>
* toplev.c (process_options): Fix typo. Index: gcc/toplev.c =================================================================== --- gcc/toplev.c (revision 182646) +++ gcc/toplev.c (working copy) @@ -1332,7 +1332,7 @@ 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; }