diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 4 |
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; } } |