summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-17 14:24:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-17 14:24:24 +0000
commitfbe5a4a607f0dcb330bbb63e041c1dfaf63c883b (patch)
tree2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/genrecog.c
parent095f90933f648fbf24528d7a7aecf76399f3e743 (diff)
downloadgcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.gz
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
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index ec74539808c..baf8c7fffbc 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;
}
}