From fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 17 Jan 2003 14:24:24 +0000 Subject: et-forest.c: Fix comment typos. * et-forest.c: Fix comment typos. * et-forest.h: Likewise. * except.c: Likewise. * expr.c: Likewise. * flags.h: Likewise. * flow.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genautomata.c: Likewise. * gengtype.c: Likewise. * genrecog.c: Likewise. * global.c: Likewise. * gthr-rtems.h: Likewise. From-SVN: r61443 --- gcc/genattrtab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/genattrtab.c') diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 53ebbef..b1f04bb 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -2085,7 +2085,7 @@ expand_units () every possible C. The issue delay function for C is op->issue_exp and is used to - write the `_unit_conflict_cost' function. Symbolicly + write the `_unit_conflict_cost' function. Symbolically this is "ISSUE-DELAY (E,C)". The pipeline delay results form the FIFO constraint on the @@ -3198,8 +3198,8 @@ attr_rtx_cost (x) /* Simplify test expression and use temporary obstack in order to avoid - memory bloat. Use ATTR_IND_SIMPLIFIED to avoid unnecesary simplifications - and avoid unnecesary copying if possible. */ + memory bloat. Use ATTR_IND_SIMPLIFIED to avoid unnecessary simplifications + and avoid unnecessary copying if possible. */ static rtx simplify_test_exp_in_temp (exp, insn_code, insn_index) -- cgit v1.1