aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/sclp.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-11-02 08:35:54 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2012-12-07 12:34:11 +0100
commit8367a14fd3c1ecd5551c91cd3f951ffc61ad7c12 (patch)
treed597dc4b84af1f39b1a754860bcfc23d992bea19 /hw/s390x/sclp.h
parenta93cf9dfba171aa94e3c4002d58abef2a3732bfb (diff)
downloadqemu-8367a14fd3c1ecd5551c91cd3f951ffc61ad7c12.zip
qemu-8367a14fd3c1ecd5551c91cd3f951ffc61ad7c12.tar.gz
qemu-8367a14fd3c1ecd5551c91cd3f951ffc61ad7c12.tar.bz2
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Replace also "write into" by "write to". Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/s390x/sclp.h')
-rw-r--r--hw/s390x/sclp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/s390x/sclp.h b/hw/s390x/sclp.h
index fe89dad..231a38a 100644
--- a/hw/s390x/sclp.h
+++ b/hw/s390x/sclp.h
@@ -51,7 +51,7 @@
/*
* Normally packed structures are not the right thing to do, since all code
- * must take care of endianess. We cant use ldl_phys and friends for two
+ * must take care of endianness. We cannot use ldl_phys and friends for two
* reasons, though:
* - some of the embedded structures below the SCCB can appear multiple times
* at different locations, so there is no fixed offset
@@ -60,7 +60,7 @@
* alter the structure while we parse it. We cannot use ldl_p and friends
* either without doing pointer arithmetics
* So we have to double check that all users of sclp data structures use the
- * right endianess wrappers.
+ * right endianness wrappers.
*/
typedef struct SCCBHeader {
uint16_t length;