summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index 6854023..c9f3cf3 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -1720,9 +1720,9 @@ discoverable via standard operating system algorithms, and adding
virtio support is mainly a question of supporting a new control
unit type.
-As the S/390 is a big endian machine, these channel commands are
-big-endian: this is made clear by use of the types be16, be32 and
-be64.
+As the S/390 is a big endian machine, the data structures transmitted
+via channel commands are big-endian: this is made clear by use of
+the types be16, be32 and be64.
2.3.3.1. Basic Concepts
-----------------------