From: Andreas Schwab Date: Tue, 6 Dec 2005 11:27:09 +0000 (+0000) Subject: * opts.c (decode_options): Fix typo in message. X-Git-Tag: releases/gcc-4.2.0~5549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553fa844fd89c58634e7d706578b962c13b8a95c;p=thirdparty%2Fgcc.git * opts.c (decode_options): Fix typo in message. From-SVN: r108115 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7713de85ab83..7e2025a687de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Andreas Schwab + + * opts.c (decode_options): Fix typo in message. + 2005-12-06 Alan Modra PR other/13873 diff --git a/gcc/opts.c b/gcc/opts.c index 776ce73f3c5f..e264b4abcc33 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; }