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 /pc-bios/s390-ccw/start.S | |
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 'pc-bios/s390-ccw/start.S')
-rw-r--r-- | pc-bios/s390-ccw/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/s390-ccw/start.S b/pc-bios/s390-ccw/start.S index 4d5ad21653..6072906df4 100644 --- a/pc-bios/s390-ccw/start.S +++ b/pc-bios/s390-ccw/start.S @@ -19,7 +19,7 @@ _start: larl %r2, __bss_start larl %r3, _end slgr %r3, %r2 /* get sizeof bss */ - ltgr %r3,%r3 /* bss emtpy? */ + ltgr %r3,%r3 /* bss empty? */ jz done aghi %r3,-1 srlg %r4,%r3,8 /* how many 256 byte chunks? */ |