From 310d2511e50793a79118c1ba38ad7f2e0f43b3c5 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 25 May 2007 22:58:16 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125080 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-affine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-affine.c') diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index 87f379c8003..a25d5511169 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -637,7 +637,7 @@ free_affine_expand_cache (struct pointer_map_t **cache) /* If VAL != CST * DIV for any constant CST, returns false. Otherwise, if VAL != 0 (and hence CST != 0), and *MULT_SET is true, additionally compares CST and MULT, and if they are different, - returns false. Finally, if neither of these two cases occcur, + returns false. Finally, if neither of these two cases occur, true is returned, and if CST != 0, CST is stored to MULT and MULT_SET is set to true. */ -- cgit v1.2.1