toplev.c (process_options): Fix typo.
authorJoey Ye <joey.ye@arm.com>
Fri, 23 Dec 2011 02:18:17 +0000 (02:18 +0000)
committerJoey Ye <jye2@gcc.gnu.org>
Fri, 23 Dec 2011 02:18:17 +0000 (02:18 +0000)
2011-12-22  Joey Ye  <joey.ye@arm.com>

    * toplev.c (process_options): Fix typo.

From-SVN: r182649

gcc/ChangeLog
gcc/toplev.c

index ae8cad322400f781378ff9908b0fe664c7791991..8b6fc68dbefe5a5fc51109f8aec5b197d9b38e0e 100644 (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
index efce98fa30fa5d898cd94fc1de4384ca74c19115..f2ca43490ae9c33257fd7ccef3331c06fa8cadb7 100644 (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;
     }