From patchwork Mon Aug 6 07:05:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 175277 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 220402C0098 for ; Mon, 6 Aug 2012 17:46:53 +1000 (EST) Received: from localhost ([::1]:53872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyI1b-0001At-3L for incoming@patchwork.ozlabs.org; Mon, 06 Aug 2012 03:46:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyI1R-0001An-AH for qemu-devel@nongnu.org; Mon, 06 Aug 2012 03:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyI1N-0007Lz-8e for qemu-devel@nongnu.org; Mon, 06 Aug 2012 03:46:41 -0400 Received: from [124.148.20.9] (port=52724 helo=PetaLogix-ws2) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyI1M-0007Kp-SZ; Mon, 06 Aug 2012 03:46:37 -0400 Received: by PetaLogix-ws2 (Postfix, from userid 2005) id 35F363482013; Mon, 6 Aug 2012 17:06:08 +1000 (EST) From: "Peter A. G. Crosthwaite" To: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Date: Mon, 6 Aug 2012 17:05:56 +1000 Message-Id: <1344236756-9660-1-git-send-email-peter.crosthwaite@petalogix.com> X-Mailer: git-send-email 1.7.0.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 124.148.20.9 Cc: "Peter A. G. Crosthwaite" , peter.maydell@linaro.org Subject: [Qemu-devel] [PATCH] arm: translate: comment typo - s/middel/middle/ 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: Peter A. G. Crosthwaite Reviewed-by: Andreas Färber Reviewed-by: Peter Maydell --- target-arm/translate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 29008a4..494c682 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -9892,7 +9892,7 @@ static inline void gen_intermediate_code_internal(CPUARMState *env, } else { /* While branches must always occur at the end of an IT block, there are a few other things that can cause us to terminate - the TB in the middel of an IT block: + the TB in the middle of an IT block: - Exception generating instructions (bkpt, swi, undefined). - Page boundaries. - Hardware watchpoints.