On Fri, Nov 11, 2022 at 07:28:28PM +0100, Thomas Huth wrote: > Fix typos (discovered with the 'codespell' utility). > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > hw/s390x/ipl.h | 2 +- > pc-bios/s390-ccw/cio.h | 2 +- > pc-bios/s390-ccw/iplb.h | 2 +- > target/s390x/cpu_models.h | 4 ++-- > hw/s390x/s390-pci-vfio.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 6 +++--- > target/s390x/ioinst.c | 2 +- > target/s390x/tcg/excp_helper.c | 2 +- > target/s390x/tcg/fpu_helper.c | 2 +- > target/s390x/tcg/misc_helper.c | 2 +- > target/s390x/tcg/translate.c | 4 ++-- > target/s390x/tcg/translate_vx.c.inc | 6 +++--- > pc-bios/s390-ccw/start.S | 2 +- > 13 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>