2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-15 14:17:18 +00:00

netdev: Fix typo in comment.

The name of the macro was wrong.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
Ben Pfaff
2016-06-03 12:31:34 -07:00
parent 5e0d63f7fb
commit 258e42fa2c

View File

@@ -49,7 +49,7 @@ extern "C" {
* create multiple netdev_rxq objects for a single netdev and access each
* of those from a different thread.)
*
* NETDEV_FOR_EACH_QUEUE
* NETDEV_QUEUE_FOR_EACH
* netdev_queue_dump_next()
* netdev_queue_dump_done()
*