Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 lib/classifier.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/classifier.h b/lib/classifier.h
index 0e39012..8e3bf61 100644
--- a/lib/classifier.h
+++ b/lib/classifier.h
@@ -148,7 +148,7 @@ cls_table_is_catchall(const struct cls_table *table)
     return minimask_is_catchall(&table->mask);
 }
 
-/* A rule in a "struct classifier". */
+/* A rule in a "struct cls_table". */
 struct cls_rule {
     struct hmap_node hmap_node; /* Within struct cls_table 'rules'. */
     struct list list;           /* List of identical, lower-priority rules. */
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to