classifier: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 18 Aug 2011 20:02:22 +0000 (13:02 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 19 Aug 2011 19:46:44 +0000 (12:46 -0700)
lib/classifier.h

index 2e6d8b9..0dfb1e7 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. */