[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [virtio-comment] Some typos in draft 2
And here's the proposed patch:
commit 456e4feb8165dc5b1c9a739d9ad0cf4ac9145d79
Author: Rusty Russell <rusty@au1.ibm.com>
Date: Tue Apr 29 13:54:32 2014 +0930
VIRTIO-99: Typo fixes.
Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
diff --git a/content.tex b/content.tex
index 58c3ebc..b5a3ce0 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.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]