diff mbox

[committed] Missing 's' in strict-volatile-bitfields

Message ID CAL0py25NKQnBGEKyQ0+ESR5v1fPdU=OwGZtihvb_vY9OtbG3zw@mail.gmail.com
State New
Headers show

Commit Message

Joey Ye Dec. 23, 2011, 2:18 a.m. UTC
Committed.

2011-12-22  Joey Ye  <joey.ye@arm.com>

    * toplev.c (process_options): Fix typo.
diff mbox

Patch

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