2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

netdev: Fix typo in netdev provider enumerate.

This commit is contained in:
Jesse Gross
2009-07-31 15:43:08 -07:00
parent c38cd4bc70
commit 362424c31e

View File

@@ -113,7 +113,7 @@ struct netdev_class {
*
* If this netdev class does not support enumeration, this may be a null
* pointer. */
int (*enumerate)(struct svec *all_anmes);
int (*enumerate)(struct svec *all_names);
/* Attempts to receive a packet from 'netdev' into the 'size' bytes in
* 'buffer'. If successful, returns the number of bytes in the received