diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-06 11:27:09 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-06 11:27:09 +0000 |
commit | 1028541dd682dede815ea0a9287591608ecc936c (patch) | |
tree | e844425dca5164a88a56d09f8a4b5ce08b2dbede /gcc/opts.c | |
parent | d8ace239306618f101c592632763435f511b715e (diff) | |
download | gcc-1028541dd682dede815ea0a9287591608ecc936c.tar.gz |
* opts.c (decode_options): Fix typo in message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index 776ce73f3c5..e264b4abcc3 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -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; } |