From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyO7O-0007lS-56 for qemu-devel@nongnu.org; Mon, 06 Aug 2012 10:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyO7I-0003Id-Dk for qemu-devel@nongnu.org; Mon, 06 Aug 2012 10:17:14 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:43221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyO7I-0003IO-7W for qemu-devel@nongnu.org; Mon, 06 Aug 2012 10:17:08 -0400 Received: by wibhm2 with SMTP id hm2so1302710wib.10 for ; Mon, 06 Aug 2012 07:17:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1344236756-9660-1-git-send-email-peter.crosthwaite@petalogix.com> References: <1344236756-9660-1-git-send-email-peter.crosthwaite@petalogix.com> Date: Mon, 6 Aug 2012 15:17:06 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] arm: translate: comment typo - s/middel/middle/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 6 August 2012 08:05, Peter A. G. Crosthwaite wrote: > Signed-off-by: Peter A. G. Crosthwaite > --- > 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. > -- > 1.7.0.4 > Reviewed-by: Peter Maydell Happy for this to go via the trivial queue. -- PMM