[ovs-dev] [PATCH] classifier: Fix a typo.

Gurucharan Shetty shettyg at nicira.com
Fri Oct 18 08:32:45 UTC 2013


Signed-off-by: Gurucharan Shetty <gshetty at 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




More information about the dev mailing list