aboutsummaryrefslogtreecommitdiff
path: root/lib/classifier.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-08-18 13:02:22 -0700
committerBen Pfaff <blp@nicira.com>2011-08-19 12:46:44 -0700
commit2d334ac8836a014e88c84dca63145e300d662872 (patch)
tree04dfa85e2d2d60f81652bf0752e305ffaccf2cf1 /lib/classifier.h
parent67145b4d9983012db926a7fb6be0f35a54ae31fb (diff)
classifier: Fix typo in comment.
Diffstat (limited to 'lib/classifier.h')
-rw-r--r--lib/classifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classifier.h b/lib/classifier.h
index 2e6d8b9b..0dfb1e7f 100644
--- a/lib/classifier.h
+++ b/lib/classifier.h
@@ -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. */