From d6302b0fa00c6e0c610dc33326eb7831c49338ee Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Nov 2010 15:10:01 -0800 Subject: [PATCH] ofproto: Fix typo in comment. Reported-by: Ethan Jackson --- ofproto/ofproto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.43.0