diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-08-04 12:45:45 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-08-04 12:45:45 +0000 |
commit | d1bf734df3a8ba2674b712c2311460a5fafc5b64 (patch) | |
tree | 1ddd8a1e8fef5438fa8b130247caf552a8d6a978 | |
parent | 31e5624a6fe50799ab61c9e5bacb0fc997331cf9 (diff) |
legacy: grammar fixup
Legacy devices are "they" not "it".
VIRTIO-113
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@414 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index cb2a89d..2f3d810 100644 --- a/content.tex +++ b/content.tex @@ -709,7 +709,7 @@ The driver MUST NOT notify the device before setting DRIVER_OK. \subsection{Legacy Interface: Device Initialization}\label{sec:General Initialization And Device Operation / Device Initialization / Legacy Interface: Device Initialization} Legacy devices did not support the FEATURES_OK status bit, and thus did not have a graceful way for the device to indicate unsupported feature -combinations. It also did not provide a clear mechanism to end +combinations. They also did not provide a clear mechanism to end feature negotiation, which meant that devices finalized features on first-use, and no features could be introduced which radically changed the initial operation of the device. |