netdev-linux: Introduce netdev_linux_ethtool_set_flag().
[openvswitch] / lib / classifier.h
index 2e6d8b9b95bbe9cf7175be9779ebc4736d3ed500..0dfb1e7f746e33f1d71d21de6c81d085c8a3ae57 100644 (file)
@@ -44,7 +44,7 @@ struct classifier {
 
 /* A set of rules that all have the same fields wildcarded. */
 struct cls_table {
-    struct hmap_node hmap_node; /* Within struct classifier 'wctables'. */
+    struct hmap_node hmap_node; /* Within struct classifier 'tables' hmap. */
     struct hmap rules;          /* Contains "struct cls_rule"s. */
     struct flow_wildcards wc;   /* Wildcards for fields. */
     int n_table_rules;          /* Number of rules, including duplicates. */