From 624fab7e85f9eb6f202ba8bd5d9bb38f9f089f99 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 14 Mar 2018 15:46:17 +0000 Subject: packed-ring: fix "the descriptor flags +field+ is updated" Either it needs to be "the descriptors flags are update" (since "flags" is plural) or "the descriptor flags field is updated". Since "flags" is a name of a specific field, I chose the latter solution. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packed-ring.tex b/packed-ring.tex index 00befae..60b5559 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -567,8 +567,8 @@ the descriptor flags for the first descriptor (and the previous memory barrier) until after the rest of the descriptors have been initialized. -Once the descriptor \field{flags} is updated by the driver, this exposes the -descriptor and its contents. The device MAY +Once the descriptor \field{flags} field is updated by the driver, this exposes +the descriptor and its contents. The device MAY access the descriptor and any following descriptors the driver created and the memory they refer to immediately. -- cgit v1.2.3