From: Ben Pfaff Date: Mon, 15 Nov 2010 23:10:01 +0000 (-0800) Subject: ofproto: Fix typo in comment. X-Git-Tag: v1.1.0~850 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d6302b0fa00c6e0c610dc33326eb7831c49338ee;p=sliver-openvswitch.git ofproto: Fix typo in comment. Reported-by: Ethan Jackson --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 1fd7babdd..a8fc28b65 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3989,9 +3989,9 @@ modify_flows_loose(struct ofconn *ofconn, struct flow_mod *fm) } if (match) { - /* This credits the packet to whichever flow happened to happened to - * match last. That's weird. Maybe we should do a lookup for the - * flow that actually matches the packet? Who knows. */ + /* This credits the packet to whichever flow happened to match last. + * That's weird. Maybe we should do a lookup for the flow that + * actually matches the packet? Who knows. */ send_buffered_packet(ofconn, match, fm->buffer_id); return 0; } else {