Commit 553fa844 by Andreas Schwab Committed by Andreas Schwab

* opts.c (decode_options): Fix typo in message.

From-SVN: r108115
parent fb28435f
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
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment