2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-02 07:15:17 +00:00

classifier: Fix typo in comment.

This commit is contained in:
Ben Pfaff
2011-08-18 13:02:22 -07:00
parent 67145b4d99
commit 2d334ac883

View File

@@ -44,7 +44,7 @@ struct classifier {
/* A set of rules that all have the same fields wildcarded. */ /* A set of rules that all have the same fields wildcarded. */
struct cls_table { 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 hmap rules; /* Contains "struct cls_rule"s. */
struct flow_wildcards wc; /* Wildcards for fields. */ struct flow_wildcards wc; /* Wildcards for fields. */
int n_table_rules; /* Number of rules, including duplicates. */ int n_table_rules; /* Number of rules, including duplicates. */