summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@arm.com>2018-05-22 21:11:05 +0200
committerMichael S. Tsirkin <mst@redhat.com>2018-05-23 20:22:45 +0300
commit545c92fe0fef159047d9a0d3ca3807613fe8e3c2 (patch)
tree008bcdca666d627cac627cb9dd1f0dc74cdd3202
parent09255de1ec979c9f963db9543b120d9aa8046b87 (diff)
split-ring: Fix typo in used ring description
Only the device updates the used ring. This looks like a typo as a result of copy-paste from the description of the Available Ring. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/12 Signed-off-by: Christoffer Dall <christoffer.dall@arm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--split-ring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/split-ring.tex b/split-ring.tex
index df278fe..2267863 100644
--- a/split-ring.tex
+++ b/split-ring.tex
@@ -417,7 +417,7 @@ overwritten the bytes which were in that buffer, this could leak the
contents of freed memory from other processes to the application.
\end{note}
-\field{idx} field indicates where the driver would put the next descriptor
+\field{idx} field indicates where the device would put the next descriptor
entry in the ring (modulo the queue size). This starts at 0, and increases.
\begin{note}