[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH 6/7] 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>
---
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.
--
2.14.3
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]