From 2a7e31df70cf600dfaa401cb426578994739bce0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Sep 2004 15:24:15 +0000 Subject: c-common.c, [...]: Fix comment typos. * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h, et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h, hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c, tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c, tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-loop-niter.c, tree-ssa-operands.c, tree-ssa-operands.h, tree-ssa-propagate.c, tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c, vec.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87104 --- gcc/tree-ssa-operands.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/tree-ssa-operands.c') diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 85b777f..cf46d8e 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ get_stmt_operands() in the primary entry point. The operand tree is the parsed by the various get_* routines which look - through the stmt tree for the occurence of operands which may be of + through the stmt tree for the occurrence of operands which may be of interest, and calls are made to the append_* routines whenever one is found. There are 5 of these routines, each representing one of the 5 types of operands. Defs, Uses, Virtual Uses, Virtual May Defs, and @@ -1686,9 +1686,9 @@ copy_virtual_operands (tree dst, tree src) /* Specifically for use in DOM's expression analysis. Given a store, we - create an artifical stmt which looks like a load from the store, this can + create an artificial stmt which looks like a load from the store, this can be used to eliminate redundant loads. OLD_OPS are the operands from the - store stmt, and NEW_STMT is the new load which reperesent a load of the + store stmt, and NEW_STMT is the new load which represents a load of the values stored. */ void -- cgit v1.1