aboutsummaryrefslogtreecommitdiffstats
path: root/split-ring.tex
diff options
context:
space:
mode:
authorDaniel Marcovitch <danielm@mellanox.com>2018-10-31 17:18:27 +0200
committerMichael S. Tsirkin <mst@redhat.com>2018-11-30 15:24:38 -0500
commit09245d6f7d1edcbef06b6c1faff61b487ebcc4c3 (patch)
tree3b0cd23be63b11325ca7f92e35c90aa6ca2831b6 /split-ring.tex
parentb50f8e62ebe87a78dc4818c7dff6e4527ee13f43 (diff)
downloadvirtio-spec-09245d6f7d1edcbef06b6c1faff61b487ebcc4c3.tar.gz
packed-ring/split-ring/content: fixed misc typos
Signed-off-by: Daniel Marcovitch <danielm@mellanox.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/24 Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'split-ring.tex')
-rw-r--r--split-ring.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/split-ring.tex b/split-ring.tex
index be0cd2f..6f4a0a6 100644
--- a/split-ring.tex
+++ b/split-ring.tex
@@ -220,7 +220,7 @@ read a device-writable buffer (it MAY do so for debugging or diagnostic
purposes).
\drivernormative{\subsubsection}{The Virtqueue Descriptor Table}{Basic Facilities of a Virtio Device / Virtqueues / The Virtqueue Descriptor Table}
-Drivers MUST NOT add a descriptor chain over than $2^{32}$ bytes long in total;
+Drivers MUST NOT add a descriptor chain longer than $2^{32}$ bytes in total;
this implies that loops in the descriptor chain are forbidden!
If VIRTIO_F_IN_ORDER has been negotiated, and when making a
@@ -560,7 +560,7 @@ The driver offers buffers to one of the device's virtqueues as follows:
\item Steps \ref{itm:Basic Facilities of a Virtio Device / Virtqueues / Supplying Buffers to The Device / Place Buffers} and \ref{itm:Basic Facilities of a Virtio Device / Virtqueues / Supplying Buffers to The Device / Place Index} MAY be performed repeatedly if batching
is possible.
-\item The driver performs suitable a memory barrier to ensure the device sees
+\item The driver performs a suitable memory barrier to ensure the device sees
the updated descriptor table and available ring before the next
step.