vswitchd: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:19:51 +0000 (14:19 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:19:51 +0000 (14:19 -0800)
vswitchd/bridge.c

index 3bd7d252eefe48fb93baecbf905bee7711e91499..36755026dbe2d6cc828cd0e48269d81d2445c488 100644 (file)
@@ -1671,7 +1671,7 @@ process_flow(struct bridge *br, const flow_t *flow,
 
     /* Drop frames for ports that STP wants entirely killed (both for
      * forwarding and for learning).  Later, after we do learning, we'll drop
-     * the frames that STP doesn't want to do learning on. */
+     * the frames that STP wants to do learning but not forwarding on. */
     if (in_port->stp_state & (STP_LISTENING | STP_BLOCKING)) {
         printf("drop on %s: %s (%x)\n",
                in_port->name, stp_state_name(in_port->stp_state),