diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-05-25 22:58:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-05-25 22:58:16 +0000 |
commit | c80b4100e044ac1ca52c08d640ccbf03d29e8f05 (patch) | |
tree | 637326f06fc8294c247b4bfa25348b265ff3f697 /gcc/tree-affine.c | |
parent | b6dcc3149b9463470bed0dda3d369b15878584c3 (diff) | |
download | gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.zip gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.gz gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index 87f379c..a25d551 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. */ |