diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2018-03-14 15:46:17 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-03-26 20:47:26 +0300 |
commit | 624fab7e85f9eb6f202ba8bd5d9bb38f9f089f99 (patch) | |
tree | 3090443f97f8a338e1e639e534b660db87cbbb99 | |
parent | bb4c6557b0ed8ed4707298e116a2721a673b98a4 (diff) |
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 <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 | 4 |
1 files 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. |