From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1derpL-0005yG-Am for qemu-devel@nongnu.org; Mon, 07 Aug 2017 19:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1derpG-0005hi-K3 for qemu-devel@nongnu.org; Mon, 07 Aug 2017 19:52:51 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59407) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1derpG-0005gs-E8 for qemu-devel@nongnu.org; Mon, 07 Aug 2017 19:52:46 -0400 From: "Emilio G. Cota" Date: Mon, 7 Aug 2017 19:52:17 -0400 Message-Id: <1502149958-23381-2-git-send-email-cota@braap.org> In-Reply-To: <1502149958-23381-1-git-send-email-cota@braap.org> References: <1502149958-23381-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCH 01/22] disas/arm: fix 'instuction' typo in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Richard Henderson Signed-off-by: Emilio G. Cota --- disas/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disas/arm.c b/disas/arm.c index 27396dd..a08bbbe 100644 --- a/disas/arm.c +++ b/disas/arm.c @@ -1651,7 +1651,7 @@ print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given, } else { - /* Only match unconditional instuctions against unconditional + /* Only match unconditional instructions against unconditional patterns. */ if ((given & 0xf0000000) == 0xf0000000) { -- 2.7.4