From f4faf4baf7a22316d5a083af57557a97f9c93775 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Fri, 18 Oct 2013 01:23:34 -0700 Subject: [PATCH] classifier: Fix a typo. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- lib/classifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classifier.h b/lib/classifier.h index 0e39012b8..8e3bf612f 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. */ -- 2.43.0