aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-05-30 07:12:58 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-05-30 07:12:58 +0000
commit1ea7e6ad84d890cc6d002e9e698055de85a28cfd (patch)
tree353029a3fd14257b6028935077f92705d8a886d5 /gcc/fold-const.c
parentb453c95fd3fa689a6d70e8878848e5d6531e9ac5 (diff)
downloadgcc-1ea7e6ad84d890cc6d002e9e698055de85a28cfd.zip
gcc-1ea7e6ad84d890cc6d002e9e698055de85a28cfd.tar.gz
gcc-1ea7e6ad84d890cc6d002e9e698055de85a28cfd.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h, fold-const.c, gcc.c, gimplify.c, haifa-sched.c, modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c, tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c, tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix comment typos. Follow spelling conventions. From-SVN: r82439
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 98e98f7..743f4ae 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -2319,7 +2319,7 @@ truth_value_p (enum tree_code code)
/* Return nonzero if two operands (typically of the same tree node)
are necessarily equal. If either argument has side-effects this
- function returns zero. FLAGS modifies behaviour as follows:
+ function returns zero. FLAGS modifies behavior as follows:
If OEP_ONLY_CONST is set, only return nonzero for constants.
This function tests whether the operands are indistinguishable;
@@ -5243,7 +5243,7 @@ fold_inf_compare (enum tree_code code, tree type, tree arg0, tree arg1)
}
/* Subroutine of fold() that optimizes comparisons of a division by
- a non-zero integer constant against an integer constant, i.e.
+ a nonzero integer constant against an integer constant, i.e.
X/C1 op C2.
CODE is the comparison operator: EQ_EXPR, NE_EXPR, GT_EXPR, LT_EXPR,