diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-06-12 14:03:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-06-12 14:03:01 +0000 |
commit | 607fb860424ca6579ade785b50e7052ad50c0cd5 (patch) | |
tree | 094995a12852b3b2e72466a874154edd2a9104a4 /gcc/tree-ssa-loop-ivopts.c | |
parent | f825b328fa27bcb714ae5b955aad6c80c40b3a22 (diff) | |
download | gcc-607fb860424ca6579ade785b50e7052ad50c0cd5.tar.gz |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, tree-ssa-loop-ivopts.c,
tree-ssa-structalias.c, tree-vectorizer.c, tree-vectorizer.h,
config/sparc/sparc.c: Fix comment typos.
From-SVN: r100856
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 ab3247cba42..2d474d3713f 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -1492,7 +1492,7 @@ may_be_unaligned_p (tree ref) unsigned base_align; /* TARGET_MEM_REFs are translated directly to valid MEMs on the target, - thus they are not missaligned. */ + thus they are not misaligned. */ if (TREE_CODE (ref) == TARGET_MEM_REF) return false; |