Skip to content

Commit

Permalink
arm: spelling fix: mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
Michael Tokarev authored and Michael Tokarev committed Sep 13, 2016
1 parent 0aadb5a commit 39cba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-arm/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 39cba61

Please sign in to comment.