classifier: Fix a typo.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Oct 2013 08:23:34 +0000 (01:23 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 22 Oct 2013 15:21:44 +0000 (08:21 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/classifier.h

index 0e39012..8e3bf61 100644 (file)
@@ -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. */