From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STzEe-0006WT-AC for qemu-devel@nongnu.org; Mon, 14 May 2012 13:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STzEc-0003Ga-EB for qemu-devel@nongnu.org; Mon, 14 May 2012 13:39:03 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:42216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STzEc-0003GH-7i for qemu-devel@nongnu.org; Mon, 14 May 2012 13:39:02 -0400 Message-ID: <4FB14332.9020303@weilnetz.de> Date: Mon, 14 May 2012 19:38:58 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1337016729-12285-1-git-send-email-afaerber@suse.de> <1337016729-12285-2-git-send-email-afaerber@suse.de> In-Reply-To: <1337016729-12285-2-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-1.1 01/22] arm_boot: Fix typos in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org Am 14.05.2012 19:31, schrieb Andreas F=C3=A4rber: > mimicing -> mimicking > thei -> the > > Signed-off-by: Andreas F=C3=A4rber > --- > hw/arm-misc.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/arm-misc.h b/hw/arm-misc.h > index 2f46e21..5302ee8 100644 > --- a/hw/arm-misc.h > +++ b/hw/arm-misc.h > @@ -45,9 +45,9 @@ struct arm_boot_info { > /* multicore boards that use the default secondary core boot func= tions > * can ignore these two function calls. If the default functions = won't > * work, then write_secondary_boot() should write a suitable blob= of > - * code mimicing the secondary CPU startup process used by the boa= rd's > + * code mimicking the secondary CPU startup process used by the bo= ard's > * boot loader/boot ROM code, and secondary_cpu_reset_hook() shou= ld > - * perform any necessary CPU reset handling and set the PC for the= i > + * perform any necessary CPU reset handling and set the PC for the > * secondary CPUs to point at this boot blob. > */ > void (*write_secondary_boot)(CPUARMState *env, > =20 Reviewed-by: Stefan Weil