aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-07-26 13:53:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-07-26 13:53:54 +0000
commita4174ebf41fcfc398b6868b1c71f3172993f76da (patch)
tree83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/fold-const.c
parent783455db8ddf91d0777657edea22b3d285425e59 (diff)
downloadgcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.zip
gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.gz
gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.bz2
calls.c, [...]: Fix comment typos.
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c, tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h, config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix comment typos. * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos. From-SVN: r102385
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index bdda600..a2d6250 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -6712,7 +6712,7 @@ fold_unary (enum tree_code code, tree type, tree op0)
}
/* Handle (T *)&A.B.C for A being of type T and B and C
- living at offset zero. This occours frequently in
+ living at offset zero. This occurs frequently in
C++ upcasting and then accessing the base. */
if (TREE_CODE (op0) == ADDR_EXPR
&& POINTER_TYPE_P (type)