From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7Oy0-0003zz-Ip for qemu-devel@nongnu.org; Sat, 03 Jan 2015 08:42:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7Oxz-0000h0-Pi for qemu-devel@nongnu.org; Sat, 03 Jan 2015 08:42:08 -0500 From: Stefan Weil Date: Sat, 3 Jan 2015 14:41:38 +0100 Message-Id: <1420292499-8596-3-git-send-email-sw@weilnetz.de> In-Reply-To: <1420292499-8596-1-git-send-email-sw@weilnetz.de> References: <1420292499-8596-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Trivial Cc: Stefan Weil , Greg Bellows , QEMU Developer , Peter Maydell Cc: Peter Maydell Cc: Greg Bellows Signed-off-by: Stefan Weil --- target-arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 3ef0f1f..1a5e067 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -972,7 +972,7 @@ static const ARMCPRegInfo v7_cp_reginfo[] = { * The override is necessary because of the overly-broad TLB_LOCKDOWN * definition. */ - /* MAIR0/1 are defined seperately from their 64-bit counterpart which + /* MAIR0/1 are defined separately from their 64-bit counterpart which * allows them to assign the correct fieldoffset based on the endianness * handled in the field definitions. */ -- 1.7.10.4