From: Ben Pfaff Date: Tue, 8 Sep 2009 19:54:07 +0000 (-0700) Subject: vswitchd: Fix typo in comment. X-Git-Tag: v0.90.6~27 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b1040b1701fc39759b1255ba65050b241c1ab83a;p=sliver-openvswitch.git vswitchd: Fix typo in comment. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 6ee2ef5e6..b13ed8dc4 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -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. */