From: Ben Pfaff Date: Thu, 24 Mar 2011 18:11:32 +0000 (-0700) Subject: bridge: Improve comment. X-Git-Tag: v1.2.0~501 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cbbb244d5f9cc264dc7bad7cfcd20b10fc6e7772;p=sliver-openvswitch.git bridge: Improve comment. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 7a7544e28..5049ccc75 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -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. */