From cbbb244d5f9cc264dc7bad7cfcd20b10fc6e7772 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Thu, 24 Mar 2011 11:11:32 -0700
Subject: [PATCH] bridge: Improve comment.

---
 vswitchd/bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 7a7544e2..5049ccc7 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. */
-- 
2.30.2