From: Stefan Weil Date: Sat, 3 Jan 2015 13:41:38 +0000 (+0100) Subject: target-arm: Fix typo in comment (seperately -> separately) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1281f8e3085b9149b8704419534f0e6f23c1fa64;p=qemu.git target-arm: Fix typo in comment (seperately -> separately) Cc: Peter Maydell Cc: Greg Bellows Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/target-arm/helper.c b/target-arm/helper.c index 3ef0f1f38e..1a5e0678b0 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. */