diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-22 01:19:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-22 01:19:39 +0000 |
commit | 2e226e6699bdcf161e3738641490ca18b12faefa (patch) | |
tree | 4248e605c7adbfb3c83eaf3d9c6b6448e0edcdc7 /gcc/tree-vrp.c | |
parent | 48c9a7f0dbf902685d3a289c32e42812e868b939 (diff) | |
download | gcc-2e226e6699bdcf161e3738641490ca18b12faefa.zip gcc-2e226e6699bdcf161e3738641490ca18b12faefa.tar.gz gcc-2e226e6699bdcf161e3738641490ca18b12faefa.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,
output.h, toplev.c, tree-affine.h, tree-flow.h,
tree-ssa-alias.c, tree-ssa-coalesce.c, tree-ssa-live.c,
tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
tree-vrp.c, varpool.c: Fix comment typos.
From-SVN: r120137
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 302a620..e1c8ca0 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -626,8 +626,8 @@ compare_values (tree val1, tree val2) /* If VAL1 is different than VAL2, return +2. For integer constants we either have already returned -1 or 1 - or they are equivalent. We still might suceed prove something - about non-trivial operands. */ + or they are equivalent. We still might succeed in proving + something about non-trivial operands. */ if (TREE_CODE (val1) != INTEGER_CST || TREE_CODE (val2) != INTEGER_CST) { |