From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfZsW-0002UM-7a for qemu-devel@nongnu.org; Fri, 25 Sep 2015 16:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfZsR-0006cH-9S for qemu-devel@nongnu.org; Fri, 25 Sep 2015 16:46:00 -0400 From: Stefan Weil Date: Fri, 25 Sep 2015 22:45:53 +0200 Message-Id: <1443213953-10022-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH] disas/cris: Fix typo in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developer Cc: QEMU Trivial , "Edgar E. Iglesias" , Stefan Weil Signed-off-by: Stefan Weil --- disas/cris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.1.4