aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2021-03-09 14:15:10 +0300
committerLaurent Vivier <laurent@vivier.eu>2021-03-09 21:19:10 +0100
commitcba42d61a379bc1c983ddb39d479de3581d2d578 (patch)
tree3fac1a49b041132a79468a2720b5b6852aace8c7 /include
parentb2ae1009d7cca2701e17eae55ae2d44fd22c942a (diff)
downloadqemu-cba42d61a379bc1c983ddb39d479de3581d2d578.zip
qemu-cba42d61a379bc1c983ddb39d479de3581d2d578.tar.gz
qemu-cba42d61a379bc1c983ddb39d479de3581d2d578.tar.bz2
Various spelling fixes
An assorted set of spelling fixes in various places. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20210309111510.79495-1-mjt@msgid.tls.msk.ru> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include')
-rw-r--r--include/hw/s390x/css.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h
index 08c869a..7901ab2 100644
--- a/include/hw/s390x/css.h
+++ b/include/hw/s390x/css.h
@@ -133,7 +133,7 @@ struct SubchDev {
bool ccw_fmt_1;
bool thinint_active;
uint8_t ccw_no_data_cnt;
- uint16_t migrated_schid; /* used for missmatch detection */
+ uint16_t migrated_schid; /* used for mismatch detection */
CcwDataStream cds;
/* transport-provided data: */
int (*ccw_cb) (SubchDev *, CCW1);