summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/content.tex b/content.tex
index 56f58fa..e81636c 100644
--- a/content.tex
+++ b/content.tex
@@ -4811,9 +4811,9 @@ struct virtio_scsi_ctrl_tmf
Similarly, the device MUST complete the selected commands (possibly
with a VIRTIO_SCSI_S_ABORTED response code) upon receiving an "abort
task" or "abort task set" TMF. Such effects MUST take place before
- the TMF itself is completed, and the device MUST use memory barriers
- appropriately in order to ensure that the driver sees these writes
- in the correct order.
+ the TMF itself is successfully completed, and the device MUST use
+ memory barriers appropriately in order to ensure that the driver sees
+ these writes in the correct order.
\item Asynchronous notification query.
\begin{lstlisting}