[ovs-dev] [PATCH] classifier: Fix typo in comment.

Ben Pfaff blp at nicira.com
Fri Aug 19 19:46:36 UTC 2011


---
 lib/classifier.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/classifier.h b/lib/classifier.h
index 2e6d8b9..0dfb1e7 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. */
-- 
1.7.4.4




More information about the dev mailing list