diff options
author | Thomas Huth <thuth@redhat.com> | 2022-11-11 19:17:33 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-11-16 10:15:26 +0100 |
commit | 44ee69ea16bd0390082ed88d4e82d6cea3a18b46 (patch) | |
tree | 7fc5569d1ae1f7e3d1344e43d632cb6de5cc142c /target/s390x/ioinst.c | |
parent | 2c8311241d1f7377bb4ff76064b1d1fe15166413 (diff) |
s390x: Fix spelling errors
Fix typos (discovered with the 'codespell' utility).
Note: Though "migrateable" still seems to be a valid spelling, we change
it to "migratable" since this is the way more common spelling here.
Message-Id: <20221111182828.282251-1-thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target/s390x/ioinst.c')
-rw-r--r-- | target/s390x/ioinst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/ioinst.c b/target/s390x/ioinst.c index b12f18d346..053aaabb5a 100644 --- a/target/s390x/ioinst.c +++ b/target/s390x/ioinst.c @@ -285,7 +285,7 @@ void ioinst_handle_stsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, /* * As operand exceptions have a lower priority than access exceptions, * we check whether the memory area is writable (injecting the - * access execption if it is not) first. + * access exception if it is not) first. */ if (!s390_cpu_virt_mem_check_write(cpu, addr, ar, sizeof(schib))) { s390_program_interrupt(env, PGM_OPERAND, ra); |