aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-12 15:17:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-12 15:17:56 +0000
commit647eea9dd803b0b7df330dc834d5817761fcfbe6 (patch)
treee97624b94c226e126abcb5ef4b80d102a7fd124b /gcc/flow.c
parent0008978072badfdf3c5afc69f98530cc3e48f953 (diff)
downloadgcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.zip
gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.gz
gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.bz2
c-tree.h, [...]: Fix comment typos.
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c, simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow spelling conventions. From-SVN: r94939
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 0aa23c0..1ab2a94 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -2891,7 +2891,7 @@ mark_regno_cond_dead (struct propagate_block_info *pbi, int regno, rtx cond)
/* Otherwise this is a conditional set. Record that fact.
It may have been conditionally used, or there may be a
- subsequent set with a complimentary condition. */
+ subsequent set with a complementary condition. */
node = splay_tree_lookup (pbi->reg_cond_dead, regno);
if (node == NULL)