From: Jesse Gross Date: Fri, 31 Jul 2009 22:43:08 +0000 (-0700) Subject: netdev: Fix typo in netdev provider enumerate. X-Git-Tag: v0.99.0~73 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=362424c31e44722e3816e646943e22991ff9a91c;p=sliver-openvswitch.git netdev: Fix typo in netdev provider enumerate. --- diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index a573e2468..3bc7fd444 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -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