From c80b4100e044ac1ca52c08d640ccbf03d29e8f05 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 25 May 2007 22:58:16 +0000 Subject: cfglayout.c, [...]: Fix comment typos. * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c, tree-predcom.c, tree-ssa-alias-warnings.c, tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/cpp.texi, doc/invoke.texi: Fix typos. From-SVN: r125080 --- gcc/tree-vrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-vrp.c') diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index dda5dd1..b5654f6 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -4627,7 +4627,7 @@ vrp_visit_assignment (tree stmt, tree *output_p) } /* Helper that gets the value range of the SSA_NAME with version I - or a symbolic range contaning the SSA_NAME only if the value range + or a symbolic range containing the SSA_NAME only if the value range is varying or undefined. */ static inline value_range_t -- cgit v1.1