From: Greg Kurz Date: Thu, 26 Mar 2015 11:10:29 +0000 (+0100) Subject: vhost: fix typo in vq_index description X-Git-Tag: qemu-xen-4.7.0-rc1~360^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9be6e69f12bc65e9c43ee5b8eb026412f11b8b71;p=qemu-xen.git vhost: fix typo in vq_index description Signed-off-by: Greg Kurz Acked-by: Jason Wang Signed-off-by: Michael Tokarev --- 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;