summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kurz <gkurz@linux.vnet.ibm.com>2015-03-26 12:10:29 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-04 09:48:19 +0300
commit9be6e69f12bc65e9c43ee5b8eb026412f11b8b71 (patch)
tree01f2c35ab535421d039b21b048a9c2ff65ae0d84
parent085feb61dbc6130bfd2e6c3f59d03220ff9e1bb3 (diff)
downloadqemu-9be6e69f12bc65e9c43ee5b8eb026412f11b8b71.tar.gz
vhost: fix typo in vq_index description
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>
-rw-r--r--include/hw/virtio/vhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
index d5593d1620..8f04888e72 100644
--- a/include/hw/virtio/vhost.h
+++ b/include/hw/virtio/vhost.h
@@ -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;