diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-14 23:35:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-14 23:35:03 +0000 |
commit | 3a7c155d2e36bda69cb68c2f6f5105e256878506 (patch) | |
tree | 8a48c8fe1483a04f942006f3b721d484ad02e186 /gcc/tree-ssa-loop-ivopts.c | |
parent | efcc66f02cd0b34ee0e2a08312d7ab8e0405a556 (diff) | |
download | gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.zip gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.gz gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.bz2 |
global.c, [...]: Fix comment typos.
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
value-prof.c: Fix comment typos.
From-SVN: r90638
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 867f72d..833cbf8 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -1305,7 +1305,7 @@ idx_find_step (tree base, tree *idx, void *data) return false; /* If base is a component ref, require that the offset of the reference - is invariant. */ + be invariant. */ if (TREE_CODE (base) == COMPONENT_REF) { off = component_ref_field_offset (base); |