diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 14:41:38 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-01-15 10:44:13 +0300 |
commit | 1281f8e3085b9149b8704419534f0e6f23c1fa64 (patch) | |
tree | d5675f6eb6b330e5fea0ddbb5db5eb9b60af10b6 /target-arm | |
parent | 37097418be0a722342fc0ef77c2e773359d2cd05 (diff) | |
download | qemu-1281f8e3085b9149b8704419534f0e6f23c1fa64.zip qemu-1281f8e3085b9149b8704419534f0e6f23c1fa64.tar.gz qemu-1281f8e3085b9149b8704419534f0e6f23c1fa64.tar.bz2 |
target-arm: Fix typo in comment (seperately -> separately)
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Greg Bellows <greg.bellows@linaro.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |