From: Ben Pfaff Date: Mon, 12 Mar 2012 21:21:14 +0000 (-0700) Subject: ofp-util: Fix typo in comment. X-Git-Tag: sliver-openvswitch-0.1-1~194 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2a6dab2f80f0f4734142cf5a5c11643f1577b31f;hp=d8965755e707d97a515359a3d3732c46930d5350;p=sliver-openvswitch.git ofp-util: Fix typo in comment. The ofp_packet_in reasons are OFPR_*, not OFPRR_*. (Duh.) Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 2172fd6be..fd76eace9 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -293,7 +293,7 @@ struct ofputil_packet_in { const void *packet; size_t packet_len; - enum ofp_packet_in_reason reason; /* One of OFPRR_*. */ + enum ofp_packet_in_reason reason; /* One of OFPR_*. */ uint16_t controller_id; /* Controller ID to send to. */ uint8_t table_id; ovs_be64 cookie;