diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-23 10:54:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-23 10:54:07 +0000 |
commit | d7e9e62a8015f8eacf621259445968eb1723aafb (patch) | |
tree | 44b339990540efd8ebf3e786fad5287ca0287c58 /gcc/cfgexpand.c | |
parent | 98d6e9afea98c81a0cb3fa9e1d5622d474dd52e1 (diff) | |
download | gcc-d7e9e62a8015f8eacf621259445968eb1723aafb.zip gcc-d7e9e62a8015f8eacf621259445968eb1723aafb.tar.gz gcc-d7e9e62a8015f8eacf621259445968eb1723aafb.tar.bz2 |
* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
From-SVN: r87939
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 5f8ec90..5d6c56e 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */ /* Verify that there is exactly single jump instruction since last and attach REG_BR_PROB note specifying probability. ??? We really ought to pass the probability down to RTL expanders and let it - re-distribute it when the conditional expands into multiple coniditionals. - This is however dificult to do. */ + re-distribute it when the conditional expands into multiple conditionals. + This is however difficult to do. */ static void add_reg_br_prob_note (FILE *dump_file, rtx last, int probability) { |