From 1ea7e6ad84d890cc6d002e9e698055de85a28cfd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 May 2004 07:12:58 +0000 Subject: 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 --- gcc/ddg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ddg.h') diff --git a/gcc/ddg.h b/gcc/ddg.h index ea85ac4..c235803 100644 --- a/gcc/ddg.h +++ b/gcc/ddg.h @@ -51,10 +51,10 @@ struct ddg_node /* The insn represented by the node. */ rtx insn; - /* A note preceeding INSN (or INSN itself), such that all insns linked + /* A note preceding INSN (or INSN itself), such that all insns linked from FIRST_NOTE until INSN (inclusive of both) are moved together when reordering the insns. This takes care of notes that should - continue to preceed INSN. */ + continue to precede INSN. */ rtx first_note; /* Incoming and outgoing dependency edges. */ -- cgit v1.1