diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:09:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 06:09:31 +0000 |
commit | 191ec5a230cdcac5f39fcefbfd7495ed8351c289 (patch) | |
tree | bf3e819caad98dac5bc95062e67178180a96af0e /gcc/basic-block.h | |
parent | 149fdb9877cf69ebe61621ef7ac54f467d6dbb57 (diff) | |
download | gcc-191ec5a230cdcac5f39fcefbfd7495ed8351c289.tar.gz |
* basic-block.h, config/i386/winnt.c, config/pa/pa.c,
config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def,
reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
* doc/invoke.texi, doc/tm.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index a3cecae8b6f..c2e4a16dd79 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1115,7 +1115,7 @@ struct equiv_info NEED_RERUN is set. This has to be tested by the caller to re-run the comparison if the match appears otherwise sound. The state kept in x_start, y_start, equiv_used and check_input_conflict ensures that - we won't loop indefinetly. */ + we won't loop indefinitely. */ bool need_rerun; /* If there is indication of an input conflict at the end, CHECK_INPUT_CONFLICT is set so that we'll check for input conflicts @@ -1156,7 +1156,7 @@ struct equiv_info that are being compared. A final jump insn will not be included. */ rtx x_end, y_end; - /* If we are matching tablejumps, X_LABEL in X_BLOCK coresponds to + /* If we are matching tablejumps, X_LABEL in X_BLOCK corresponds to Y_LABEL in Y_BLOCK. */ rtx x_label, y_label; |