From patchwork Fri Dec 23 02:18:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Missing 's' in strict-volatile-bitfields Date: Thu, 22 Dec 2011 16:18:40 -0000 From: Ye Joey X-Patchwork-Id: 132934 Message-Id: To: gcc-patches Committed. 2011-12-22 Joey Ye * 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; }