bridge: Improve comment.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Mar 2011 18:11:32 +0000 (11:11 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
vswitchd/bridge.c

index 7a7544e..5049ccc 100644 (file)
@@ -206,7 +206,7 @@ struct bridge {
 
     /* Kernel datapath information. */
     struct dpif *dpif;          /* Datapath. */
-    struct hmap ifaces;         /* Contains "struct iface"s. */
+    struct hmap ifaces;         /* "struct iface"s indexed by dp_ifidx. */
 
     /* Bridge ports. */
     struct hmap ports;          /* "struct port"s indexed by name. */