diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-03-08 00:39:55 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-03-21 13:24:59 -0400 |
commit | 90047f57b2a791e850f656411d77e6fcda7aca3f (patch) | |
tree | 2154336e9fd1facf8a810f4aa31ea1ef347b342c /packed-ring.tex | |
parent | 22d214b5f8925e9e3173588ce1a4827a5fec96e2 (diff) | |
download | virtio-spec-90047f57b2a791e850f656411d77e6fcda7aca3f.tar.gz |
format: replace "- i.e." with ", i.e.,"
This seems to be preferred by native speakers, and
seems just as effective as a sentence device.
Fixes: https://issues.oasis-open.org/browse/VIRTIO-171
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'packed-ring.tex')
-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 e10d87f..caf47a5 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -65,12 +65,12 @@ in which their processing is complete. The Device Event Suppression data structure is write-only by the device. It includes information for reducing the number of -device events - i.e. sending fewer available buffer notifications +device events, i.e., sending fewer available buffer notifications to the device. The Driver Event Suppression data structure is read-only by the device. It includes information for reducing the number of -driver events - i.e. sending fewer used buffer notifications +driver events, i.e., sending fewer used buffer notifications to the driver. \subsection{Driver and Device Ring Wrap Counters} |