From patchwork Fri Sep 25 20:45:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 522988 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 685BA1401CD for ; Sat, 26 Sep 2015 06:46:19 +1000 (AEST) Received: from localhost ([::1]:50411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfZsn-0002qx-9s for incoming@patchwork.ozlabs.org; Fri, 25 Sep 2015 16:46:17 -0400 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 Received: from qemu.weilnetz.de ([37.221.198.45]:40977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfZsR-0006bL-45; Fri, 25 Sep 2015 16:45:55 -0400 Received: by qemu.weilnetz.de (Postfix, from userid 1000) id CB4F217F539; Fri, 25 Sep 2015 22:45:53 +0200 (CEST) From: Stefan Weil To: QEMU Developer Date: Fri, 25 Sep 2015 22:45:53 +0200 Message-Id: <1443213953-10022-1-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 2.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 37.221.198.45 Cc: QEMU Trivial , "Edgar E. Iglesias" , Stefan Weil Subject: [Qemu-devel] [PATCH] disas/cris: Fix typo in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Stefan Weil Reviewed-by: Edgar E. Iglesias --- 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 {