vswitch: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Mar 2009 18:12:14 +0000 (11:12 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 10 Mar 2009 21:00:34 +0000 (14:00 -0700)
vswitchd/bridge.c

index 85ddd74325e4083b3a9efe443cccd2457922205c..dfd9a7281f90c86acbe3ee41636c407bbaaf4101 100644 (file)
@@ -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.
      */