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/genrecog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/genrecog.c') diff --git a/gcc/genrecog.c b/gcc/genrecog.c index ec74539..baf8c7f 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -67,7 +67,7 @@ static char **insn_name_ptr = 0; static int insn_name_ptr_size = 0; /* A listhead of decision trees. The alternatives to a node are kept - in a doublely-linked list so we can easily add nodes to the proper + in a doubly-linked list so we can easily add nodes to the proper place when merging. */ struct decision_head @@ -1968,7 +1968,7 @@ write_switch (start, depth) } else { - /* None of the other tests are ameanable. */ + /* None of the other tests are amenable. */ return p; } } -- cgit v1.1