diff options
author | Andreas Schwab <schwab@suse.de> | 2005-12-06 11:27:09 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2005-12-06 11:27:09 +0000 |
commit | 553fa844fd89c58634e7d706578b962c13b8a95c (patch) | |
tree | e844425dca5164a88a56d09f8a4b5ce08b2dbede /gcc/opts.c | |
parent | fb28435fb72042ecf8766a979dec43c61abf9de5 (diff) | |
download | gcc-553fa844fd89c58634e7d706578b962c13b8a95c.zip gcc-553fa844fd89c58634e7d706578b962c13b8a95c.tar.gz gcc-553fa844fd89c58634e7d706578b962c13b8a95c.tar.bz2 |
* opts.c (decode_options): Fix typo in message.
From-SVN: r108115
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |