]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* opts.c (decode_options): Fix typo in message.
authorAndreas Schwab <schwab@suse.de>
Tue, 6 Dec 2005 11:27:09 +0000 (11:27 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 6 Dec 2005 11:27:09 +0000 (11:27 +0000)
From-SVN: r108115

gcc/ChangeLog
gcc/opts.c

index 7713de85ab83c9766ba1d753f2483dafe84a1a3f..7e2025a687deeb80d50dd39deda70cc9ac4ec775 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-06  Andreas Schwab  <schwab@suse.de>
+
+       * opts.c (decode_options): Fix typo in message.
+
 2005-12-06  Alan Modra  <amodra@bigpond.net.au>
 
        PR other/13873
index 776ce73f3c5f5f5279885a71588ae7b7ab0e6e82..e264b4abcc3324fcbd6ce96883ec5c0ad3b27fd9 100644 (file)
@@ -693,7 +693,7 @@ decode_options (unsigned int argc, const char **argv)
   if (flag_unwind_tables && ! targetm.unwind_tables_default
       && flag_reorder_blocks_and_partition)
     {
-      inform ("-freorder-blocks-and-parition does not support unwind info");
+      inform ("-freorder-blocks-and-partition does not support unwind info");
       flag_reorder_blocks_and_partition = 0;
       flag_reorder_blocks = 1;
     }