aboutsummaryrefslogtreecommitdiff
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@cs.umass.edu>2003-01-17 14:24:24 +0000
commitf78a3e701872914c11f2e31c47c04b19491ae48d (patch)
tree2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/genrecog.c
parent105041472fa5621d829a507a18ac81e2dbff260c (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@61443 138bc75d-0d04-0410-961f-82ee72b054a4
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;
}
}