Skip to content

Commit

Permalink
disas/cris: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
  • Loading branch information
stweil authored and edgarigl committed Oct 2, 2015
1 parent fa50092 commit c866728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disas/cris.c
Expand Up @@ -2492,7 +2492,7 @@ print_with_operands (const struct cris_opcode *opcodep,
= spec_reg_info ((insn >> 12) & 15, disdata->distype);

if (sregp->name == NULL)
/* Should have been caught as a non-match eariler. */
/* Should have been caught as a non-match earlier. */
*tp++ = '?';
else
{
Expand Down

0 comments on commit c866728

Please sign in to comment.