toplev.c (process_options): Fix typo.

2011-12-22  Joey Ye  <joey.ye@arm.com>
    
    * toplev.c (process_options): Fix typo.

From-SVN: r182649
This commit is contained in:
Joey Ye 2011-12-23 02:18:17 +00:00 committed by Joey Ye
parent 81f7827a85
commit 994182df27
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;
}