From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4wPX-0000Ss-EY for qemu-devel@nongnu.org; Wed, 18 Oct 2017 18:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4wPU-0003nY-0X for qemu-devel@nongnu.org; Wed, 18 Oct 2017 18:01:59 -0400 From: "Emilio G. Cota" Date: Wed, 18 Oct 2017 18:01:40 -0400 Message-Id: <1508364103-16131-2-git-send-email-cota@braap.org> In-Reply-To: <1508364103-16131-1-git-send-email-cota@braap.org> References: <1508364103-16131-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCH 1/4] disas/arm: fix 'instuction' typo in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org 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..6f2079d 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