aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-15 21:45:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-15 21:45:06 +0000
commit75c40d56f7c0f3fcc5c630694c14d74011d2c1a3 (patch)
tree51c527408becab45ec9307f29e5ba320f3bc0a8b /gcc/tree-vrp.c
parent8370f6fa3cae71c3ec88804cfac7ce130b8bd871 (diff)
downloadgcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.zip
gcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.tar.gz
gcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.tar.bz2
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c, jump.c, mips-tfile.c, omp-low.c, sched-int.h, tree-ssa-loop-prefetch.c, tree-vrp.c: Fix comment typos. From-SVN: r112971
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r--gcc/tree-vrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c
index fa41959..872a466 100644
--- a/gcc/tree-vrp.c
+++ b/gcc/tree-vrp.c
@@ -1703,7 +1703,7 @@ extract_range_from_unary_expr (value_range_t *vr, tree expr)
new_max = fold_convert (outer_type, orig_max);
/* Verify the new min/max values are gimple values and
- that they compare equal to the orignal input's
+ that they compare equal to the original input's
min/max values. */
if (is_gimple_val (new_min)
&& is_gimple_val (new_max)