qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 5/5] vhost: fix typo in vq_index description


From: Michael Tokarev
Subject: [Qemu-devel] [PULL 5/5] vhost: fix typo in vq_index description
Date: Sat, 4 Apr 2015 10:10:26 +0300

From: Greg Kurz <address@hidden>

Signed-off-by: Greg Kurz <address@hidden>
Acked-by: Jason Wang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 include/hw/virtio/vhost.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
index d5593d1..8f04888 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;
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]