diff options
-rw-r--r-- | Documentation/virtual/virtio-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/virtual/virtio-spec.txt b/Documentation/virtual/virtio-spec.txt index 0d6ec85481cb..eb094039b50d 100644 --- a/Documentation/virtual/virtio-spec.txt +++ b/Documentation/virtual/virtio-spec.txt | |||
@@ -1389,7 +1389,7 @@ segmentation, if both guests are amenable. | |||
1389 | 1389 | ||
1390 | Packets are transmitted by placing them in the transmitq, and | 1390 | Packets are transmitted by placing them in the transmitq, and |
1391 | buffers for incoming packets are placed in the receiveq. In each | 1391 | buffers for incoming packets are placed in the receiveq. In each |
1392 | case, the packet itself is preceeded by a header: | 1392 | case, the packet itself is preceded by a header: |
1393 | 1393 | ||
1394 | struct virtio_net_hdr { | 1394 | struct virtio_net_hdr { |
1395 | 1395 | ||
@@ -1631,7 +1631,7 @@ struct virtio_net_ctrl_mac { | |||
1631 | 1631 | ||
1632 | The device can filter incoming packets by any number of | 1632 | The device can filter incoming packets by any number of |
1633 | destination MAC addresses.[footnote: | 1633 | destination MAC addresses.[footnote: |
1634 | Since there are no guarentees, it can use a hash filter | 1634 | Since there are no guarantees, it can use a hash filter |
1635 | orsilently switch to allmulti or promiscuous mode if it is given | 1635 | orsilently switch to allmulti or promiscuous mode if it is given |
1636 | too many addresses. | 1636 | too many addresses. |
1637 | ] This table is set using the class VIRTIO_NET_CTRL_MAC and the | 1637 | ] This table is set using the class VIRTIO_NET_CTRL_MAC and the |
@@ -1822,7 +1822,7 @@ the FLUSH and FLUSH_OUT types are equivalent, the device does not | |||
1822 | distinguish between them | 1822 | distinguish between them |
1823 | ]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit | 1823 | ]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit |
1824 | (VIRTIO_BLK_T_BARRIER) indicates that this request acts as a | 1824 | (VIRTIO_BLK_T_BARRIER) indicates that this request acts as a |
1825 | barrier and that all preceeding requests must be complete before | 1825 | barrier and that all preceding requests must be complete before |
1826 | this one, and all following requests must not be started until | 1826 | this one, and all following requests must not be started until |
1827 | this is complete. Note that a barrier does not flush caches in | 1827 | this is complete. Note that a barrier does not flush caches in |
1828 | the underlying backend device in host, and thus does not serve as | 1828 | the underlying backend device in host, and thus does not serve as |