From: Ben Pfaff Date: Tue, 10 Mar 2009 18:12:14 +0000 (-0700) Subject: vswitch: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb3acf18b7e73bbacf8016a1df21514a63f63ac;p=openvswitch vswitch: Fix typo in comment. --- 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. */