Skip to content
Snippets Groups Projects
Commit c8667283 authored by Stefan Weil's avatar Stefan Weil Committed by Edgar E. Iglesias
Browse files

disas/cris: Fix typo in comment


Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Reviewed-by: default avatarEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: default avatarEdgar E. Iglesias <edgar.iglesias@xilinx.com>
parent fa500928
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment