Commit 9be6e69f authored by Greg Kurz's avatar Greg Kurz Committed by Michael Tokarev
Browse files

vhost: fix typo in vq_index description

parent 085feb61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;