From bcb3acf18b7e73bbacf8016a1df21514a63f63ac Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 10 Mar 2009 11:12:14 -0700 Subject: [PATCH] vswitch: 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 85ddd743..dfd9a728 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1698,7 +1698,7 @@ process_flow(struct bridge *br, const flow_t *flow, const struct ofpbuf *pkt) * - Flows are disabled entirely; or * * - The packet is an ARP directed to broadcast that arrived on a bonded - * interface. In such a situation ARP request and replies must be + * interface. In such a situation ARP requests and replies must be * handled differently, but OpenFlow unfortunately can't distinguish * them. */ -- 2.30.2