diff options
Diffstat (limited to 'gcc/ddg.h')
-rw-r--r-- | gcc/ddg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ddg.h b/gcc/ddg.h index ea85ac4c0ff..c2358039f13 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. */ |