bridge: Fix comment describing iface_refresh_cfm_stats().
authorJustin Pettit <jpettit@nicira.com>
Wed, 5 Oct 2011 01:20:34 +0000 (18:20 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 5 Oct 2011 02:03:39 +0000 (19:03 -0700)
vswitchd/bridge.c

index 33c9bd7..de3ffba 100644 (file)
@@ -1281,8 +1281,7 @@ iface_refresh_status(struct iface *iface)
     }
 }
 
-/* Writes 'iface''s CFM statistics to the database.  Returns true if anything
- * changed, false otherwise. */
+/* Writes 'iface''s CFM statistics to the database. */
 static void
 iface_refresh_cfm_stats(struct iface *iface)
 {