From 44ee69ea16bd0390082ed88d4e82d6cea3a18b46 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 11 Nov 2022 19:17:33 +0100 Subject: 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 Reviewed-by: Ilya Leoshkevich Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/iplb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pc-bios/s390-ccw/iplb.h') diff --git a/pc-bios/s390-ccw/iplb.h b/pc-bios/s390-ccw/iplb.h index 772d5c57c9..cb6ac8a880 100644 --- a/pc-bios/s390-ccw/iplb.h +++ b/pc-bios/s390-ccw/iplb.h @@ -81,7 +81,7 @@ extern IplParameterBlock iplb __attribute__((__aligned__(PAGE_SIZE))); #define QIPL_FLAG_BM_OPTS_ZIPL 0x40 /* - * This definition must be kept in sync with the defininition + * This definition must be kept in sync with the definition * in hw/s390x/ipl.h */ struct QemuIplParameters { -- cgit v1.2.3