From b1040b1701fc39759b1255ba65050b241c1ab83a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 8 Sep 2009 12:54:07 -0700 Subject: [PATCH] vswitchd: Fix typo in comment. --- vswitchd/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.43.0