s390x: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Michael Tokarev 2023-07-14 14:20:07 +03:00
parent d8b71d96b3
commit cced0d6539
9 changed files with 9 additions and 9 deletions

View file

@ -429,7 +429,7 @@ static void gen_exception(int excp)
static void gen_program_exception(DisasContext *s, int code)
{
/* Remember what pgm exeption this was. */
/* Remember what pgm exception this was. */
tcg_gen_st_i32(tcg_constant_i32(code), cpu_env,
offsetof(CPUS390XState, int_pgm_code));