aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-07-07 13:00:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-07-07 13:00:43 +0000
commit6ed3da0066019f8902326857ca7b9cfb5dafab89 (patch)
tree2df17d84a1e7c3d50ad947abc81829a2a46d4f60 /gcc/tree-ssa.c
parentacde59b4419ee48716341483ad5576b9420ecc34 (diff)
downloadgcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.zip
gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.gz
gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.bz2
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, config/arm/arm.c, config/m32r/constraints.md, config/mips/mips.md, config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c, df-problems.c, df-scan.c, df.h, dse.c, gimplify.c, tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi: Fix typos. From-SVN: r126439
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r--gcc/tree-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c
index 5e16652..db16f23 100644
--- a/gcc/tree-ssa.c
+++ b/gcc/tree-ssa.c
@@ -1006,7 +1006,7 @@ useless_type_conversion_p (tree outer_type, tree inner_type)
/* Otherwise pointers/references are equivalent if their pointed
to types are effectively the same. We can strip qualifiers
- on pointed-to types for further comparsion, which is done in
+ on pointed-to types for further comparison, which is done in
the callee. */
return useless_type_conversion_p (TREE_TYPE (outer_type),
TREE_TYPE (inner_type));