diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-13 12:55:57 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@gandalf> | 2016-09-13 18:12:34 +0300 |
commit | 39cba610a78ad0d9dc24e6124a945a75e8f91b3d (patch) | |
tree | 5da7f90104aed4d630089e844c0588fd1179df46 /target-arm/helper.c | |
parent | 0aadb5a15f00c9170ca81915987d7d3a5858e815 (diff) |
arm: spelling fix: mismatch
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-arm/helper.c')
-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 bdb842cc45..5484c15d1a 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -7498,7 +7498,7 @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, * is unpredictable. Flag this as a guest error. */ if (sign != sext) { qemu_log_mask(LOG_GUEST_ERROR, - "AArch32: VTCR.S / VTCR.T0SZ[3] missmatch\n"); + "AArch32: VTCR.S / VTCR.T0SZ[3] mismatch\n"); } } t1sz = extract32(tcr->raw_tcr, 16, 6); |