netdev: Fix typo in netdev provider enumerate.
authorJesse Gross <jesse@nicira.com>
Fri, 31 Jul 2009 22:43:08 +0000 (15:43 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 30 Sep 2009 19:41:47 +0000 (12:41 -0700)
lib/netdev-provider.h

index a573e24..3bc7fd4 100644 (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