summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-05-12 01:56:53 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-05-12 01:56:53 +0000
commitd14253c013c0f86c94a68e748234fe162892f5e6 (patch)
tree41edbc6541b9cff2deeb2d3a5b13fed854ea17cc /content.tex
parentf3bcccffd77ae8b710c34e1ef2cba45a4ec67ae6 (diff)
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 <thuth@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@363 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
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 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.