From d14253c013c0f86c94a68e748234fe162892f5e6 Mon Sep 17 00:00:00 2001 From: rusty Date: Mon, 12 May 2014 01:56:53 +0000 Subject: VIRTIO-99: Typo fixes. As passed at meeting 2014-05-06: https://lists.oasis-open.org/archives/virtio/201405/msg00016.html Reported-by: Thomas Huth Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@363 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index 7b5746b..2a7a513 100644 --- a/content.tex +++ b/content.tex @@ -3041,7 +3041,7 @@ everything else. Packets are transmitted by placing them in the transmitq1\ldots transmitqN, and buffers for incoming packets are placed in the receiveq1\ldots receiveqN. In each case, the packet -itself is preceeded by a header: +itself is preceded by a header: \begin{lstlisting} struct virtio_net_hdr { @@ -3328,7 +3328,7 @@ struct virtio_net_ctrl_mac { \end{lstlisting} The device can filter incoming packets by any number of destination -MAC addresses.\footnote{Since there are no guarentees, it can use a hash filter or +MAC addresses.\footnote{Since there are no guarantees, it can use a hash filter or silently switch to allmulti or promiscuous mode if it is given too many addresses. } This table is set using the class @@ -3783,7 +3783,7 @@ a driver MUST treat it as a VIRTIO_BLK_T_FLUSH command. If the device has VIRTIO_BLK_F_BARRIER feature the high bit (VIRTIO_BLK_T_BARRIER) indicates that this -request acts as a barrier and that all preceeding requests SHOULD be +request acts as a barrier and that all preceding requests SHOULD be complete before this one, and all following requests SHOULD NOT be started until this is complete. -- cgit v1.2.3