vhost: fix typo in vq_index description
authorGreg Kurz <gkurz@linux.vnet.ibm.com>
Thu, 26 Mar 2015 11:10:29 +0000 (12:10 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 4 Apr 2015 06:48:19 +0000 (09:48 +0300)
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/hw/virtio/vhost.h

index d5593d16207913406f3ea8185f1f48e89b4fe81a..8f04888e7218da0a61d3a15ca8fbbcbd7894d5a8 100644 (file)
@@ -36,7 +36,7 @@ struct vhost_dev {
     MemoryRegionSection *mem_sections;
     struct vhost_virtqueue *vqs;
     int nvqs;
-    /* the first virtuque which would be used by this vhost dev */
+    /* the first virtqueue which would be used by this vhost dev */
     int vq_index;
     unsigned long long features;
     unsigned long long acked_features;