]> git.proxmox.com Git - mirror_qemu.git/commitdiff
virtio-net: Fix typo in comment
authorYuval Shaia <yuval.shaia@oracle.com>
Thu, 21 Mar 2019 16:18:32 +0000 (18:18 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 2 Apr 2019 15:49:14 +0000 (11:49 -0400)
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Message-Id: <20190321161832.10533-1-yuval.shaia@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/virtio-net.c

index 7e2c2a6f6a78f12bdda24e01cee2e0b86b237b29..ffe0872fff5bdf428e08d10c1553d85823fb6f0a 100644 (file)
@@ -2281,7 +2281,7 @@ static void virtio_net_change_num_queues(VirtIONet *n, int new_max_queues)
     /*
      * We always need to remove and add ctrl vq if
      * old_num_queues != new_num_queues. Remove ctrl_vq first,
-     * and then we only enter one of the following too loops.
+     * and then we only enter one of the following two loops.
      */
     virtio_del_queue(vdev, old_num_queues - 1);