From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzqgV-0007S4-Ia for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzqgT-0000YL-4L for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:31 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:40751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzqgS-0000Y4-S2 for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:29 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Aug 2012 15:59:27 +0100 Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7AExJcg15859846 for ; Fri, 10 Aug 2012 14:59:19 GMT Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7AExPDX018805 for ; Fri, 10 Aug 2012 08:59:25 -0600 From: Stefan Hajnoczi Date: Fri, 10 Aug 2012 15:59:21 +0100 Message-Id: <1344610762-26945-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1344610762-26945-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1344610762-26945-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 2/3] arm: translate: comment typo - s/middel/middle/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "Peter A. G. Crosthwaite" , qemu-devel@nongnu.org, Stefan Hajnoczi From: "Peter A. G. Crosthwaite" Signed-off-by: Peter A. G. Crosthwaite Reviewed-by: Andreas Färber Reviewed-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- target-arm/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4