diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-02-21 16:22:18 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-03-07 23:59:18 -0500 |
commit | 5f1e981c63769e4822a41f7577109a1c92ccc3e7 (patch) | |
tree | 31b12f850c8434c2e1edff717b2aa9f803f6a54f | |
parent | caffe5caf73b4052fae8f7ff1aa3af18fa4f7395 (diff) | |
download | virtio-spec-5f1e981c63769e4822a41f7577109a1c92ccc3e7.tar.gz |
virtio-blk: avoid inconsistent "DISCARD" term
"discard" (lowercase) is used throughout the text. Remove a lone
instance of "DISCARD" (uppercase).
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 47f0ef5..445f26f 100644 --- a/content.tex +++ b/content.tex @@ -4040,7 +4040,7 @@ sectors in the device backend storage. For write zeroes commands, if the \field{unmap} is set, the device MAY deallocate the specified range of sectors in the device backend storage, -as if the DISCARD command had been sent. After a write zeroes command +as if the discard command had been sent. After a write zeroes command is completed, reads of the specified ranges of sectors MUST return zeroes. This is true independent of whether \field{unmap} was set or clear. |