From 5c9f1f64f3e71e4ab84479a6c2eab1622fa0ce0a Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 14 Mar 2018 15:46:13 +0000 Subject: packed-ring: add missing comma Signed-off-by: Stefan Hajnoczi Signed-off-by: Michael S. Tsirkin Fixes: https://github.com/oasis-tcs/virtio-spec/issues/7 Approved-by: https://www.oasis-open.org/committees/ballot.php?id=3184 --- packed-ring.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3