]> git.proxmox.com Git - mirror_qemu.git/commitdiff
arm: spelling fix: mismatch
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 13 Jun 2016 09:55:57 +0000 (12:55 +0300)
committerMichael Tokarev <mjt@gandalf>
Tue, 13 Sep 2016 15:12:34 +0000 (18:12 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-arm/helper.c

index bdb842cc4583a76671d4ac10b10b3bd0cc56fcbe..5484c15d1af48f3c55b0b7bdf7f23302b6fa46ef 100644 (file)
@@ -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);