From c8667283a070d810f7917d69ea84209475c6e75e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 25 Sep 2015 22:45:53 +0200 Subject: disas/cris: Fix typo in comment Signed-off-by: Stefan Weil Reviewed-by: Edgar E. Iglesias Signed-off-by: Edgar E. Iglesias --- disas/cris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas/cris.c') diff --git a/disas/cris.c b/disas/cris.c index 1b76a09..4482a41 100644 --- a/disas/cris.c +++ b/disas/cris.c @@ -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 { -- cgit v1.1