diff options
author | Tiwei Bie <tiwei.bie@intel.com> | 2019-06-11 14:53:04 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-09-08 17:17:56 -0400 |
commit | 7a25d74962d39ec3192a998bbefaf21bb46b642e (patch) | |
tree | bd891534c7e99ddc3a61c7a62fa6d82094b05fcd | |
parent | 1571d741f3008e38802559244d6080d97c4d1af8 (diff) | |
download | virtio-spec-7a25d74962d39ec3192a998bbefaf21bb46b642e.tar.gz |
content: fix typo in feature bit name
Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/46
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 89ab631..24a8927 100644 --- a/content.tex +++ b/content.tex @@ -3606,7 +3606,7 @@ of \field{mac} in the config space. \paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering} -If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it +If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it can control a VLAN filter table in the device. \begin{lstlisting} |