diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2018-03-14 15:46:13 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-03-26 20:47:26 +0300 |
commit | 5c9f1f64f3e71e4ab84479a6c2eab1622fa0ce0a (patch) | |
tree | 4dd950e5f210b05cc180419be6079c3895c21997 | |
parent | 0b0fc84fd2895880d119ff52b164b6f52f761303 (diff) |
packed-ring: add missing comma
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/7
Approved-by: https://www.oasis-open.org/committees/ballot.php?id=3184
-rw-r--r-- | packed-ring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packed-ring.tex b/packed-ring.tex index 211a989..bb29619 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -55,7 +55,7 @@ available. Similarly, the device reads descriptors from the ring in order and detects that a driver descriptor has been made available. As -processing of descriptors is completed used descriptors are +processing of descriptors is completed, used descriptors are written by the device back into the ring. Note: after reading driver descriptors and starting their |