mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
classifier: Fix typo in comment.
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user