vswitchd: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Sep 2009 19:54:07 +0000 (12:54 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Sep 2009 19:54:24 +0000 (12:54 -0700)
vswitchd/bridge.c

index 6ee2ef5..b13ed8d 100644 (file)
@@ -1891,7 +1891,7 @@ process_flow(struct bridge *br, const flow_t *flow,
             goto done;
         } else {
             /* Drop all multicast packets for which we have learned a different
-             * input port, because we probably sent the packet on one slaves
+             * input port, because we probably sent the packet on one slave
              * and got it back on the active slave.  Broadcast ARP replies are
              * an exception to this rule: the host has moved to another
              * switch. */