mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
other architectures: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
673d821541
commit
8b81968c1c
29 changed files with 58 additions and 58 deletions
|
@ -2066,7 +2066,7 @@ static inline void clrsetpsw(DisasContext *ctx, int cb, int val)
|
|||
tcg_gen_movi_i32(cpu_psw_o, val << 31);
|
||||
break;
|
||||
default:
|
||||
qemu_log_mask(LOG_GUEST_ERROR, "Invalid distination %d", cb);
|
||||
qemu_log_mask(LOG_GUEST_ERROR, "Invalid destination %d", cb);
|
||||
break;
|
||||
}
|
||||
} else if (is_privileged(ctx, 0)) {
|
||||
|
@ -2084,7 +2084,7 @@ static inline void clrsetpsw(DisasContext *ctx, int cb, int val)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
qemu_log_mask(LOG_GUEST_ERROR, "Invalid distination %d", cb);
|
||||
qemu_log_mask(LOG_GUEST_ERROR, "Invalid destination %d", cb);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue