]> Git Repo - qemu.git/commitdiff
virtio-net: Fix typo in comment
authorYuval Shaia <[email protected]>
Thu, 21 Mar 2019 16:18:32 +0000 (18:18 +0200)
committerMichael S. Tsirkin <[email protected]>
Tue, 2 Apr 2019 15:49:14 +0000 (11:49 -0400)
Signed-off-by: Yuval Shaia <[email protected]>
Message-Id: <20190321161832[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
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);
 
This page took 0.030111 seconds and 4 git commands to generate.