summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2018-03-14 15:46:18 +0000
committerMichael S. Tsirkin <mst@redhat.com>2018-03-26 20:47:26 +0300
commit91d9850e5a0b0eb268352fc5fa18f592fc3ca294 (patch)
tree032544a972eb436271469f0240818e3d6f926385
parent624fab7e85f9eb6f202ba8bd5d9bb38f9f089f99 (diff)
packed-ring: rephrase "an example driver code"
Either "an example of driver code" or "a driver code example" would work. 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.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/packed-ring.tex b/packed-ring.tex
index 60b5559..2ef9559 100644
--- a/packed-ring.tex
+++ b/packed-ring.tex
@@ -594,7 +594,7 @@ value before checking if notifications are suppressed.
\subsubsection{Implementation Example}\label{sec:Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying Buffers to The Device / Implementation Example}
-Below is an example driver code. It does not attempt to reduce
+Below is a driver code example. It does not attempt to reduce
the number of device interrupts, neither does it support
the VIRTIO_F_RING_EVENT_IDX feature.