summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcornelia.huck <cornelia.huck@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-04 13:28:22 +0000
committercornelia.huck <cornelia.huck@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-04 13:28:22 +0000
commit711aad9b11e683f5ffacb7d8d0e3fc6428b291e5 (patch)
tree27c5a26343260b71a6aa280c67cbf2e8100432e6
parent4186dbd4ae5b932b8aeca4dedacc76fd4b3d6671 (diff)
ccw: Tweak the comments on endianess.
...just to make obvious that we're talking about the transmitted data. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@82 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-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
-----------------------