X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=accel%2Ftcg%2Fuser-exec.c;h=5c96819dedd477f31731b22948a2356367d7b833;hb=e3a6e0daf47f43cdb02b42c4dd3694a8f00063d5;hp=bb039eb32d67008a463fc78a4ef7bf594b6f0bc4;hpb=8edacae02652c5d1cad1fa60ff9a0df1e6120223;p=mirror_qemu.git diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c index bb039eb32d..5c96819ded 100644 --- a/accel/tcg/user-exec.c +++ b/accel/tcg/user-exec.c @@ -88,7 +88,7 @@ static inline int handle_cpu_signal(uintptr_t pc, siginfo_t *info, * use that value directly. Within cpu_restore_state_from_tb, we * assume PC comes from GETPC(), as used by the helper functions, * so we adjust the address by -GETPC_ADJ to form an address that - * is within the call insn, so that the address does not accidentially + * is within the call insn, so that the address does not accidentally * match the beginning of the next guest insn. However, when the * pc comes from the signal frame it points to the actual faulting * host memory insn and not the return from a call insn.