openflow-1.3.h: Fix typo
authorDaniel Baluta <dbaluta@ixiacom.com>
Thu, 5 Sep 2013 21:23:40 +0000 (00:23 +0300)
committerBen Pfaff <blp@nicira.com>
Sat, 7 Sep 2013 02:04:05 +0000 (19:04 -0700)
Fix typo in enum ofp13_flow_mod_flags comment caused probably
by a copy/paste error.

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-1.3.h

index 1071d3d..767e048 100644 (file)
@@ -116,8 +116,7 @@ enum ofp13_table_config {
     OFPTC13_DEPRECATED_MASK = 3  /* Deprecated bits */
 };
 
-/* OpenFlow 1.3 specific flags
- * (struct ofp12_flow_mod, member flags). */
+/* OpenFlow 1.3 specific flags for flow_mod messages. */
 enum ofp13_flow_mod_flags {
     OFPFF13_NO_PKT_COUNTS = 1 << 3, /* Don't keep track of packet count. */
     OFPFF13_NO_BYT_COUNTS = 1 << 4  /* Don't keep track of byte count. */