From: Gurucharan Shetty Date: Fri, 18 Oct 2013 08:23:34 +0000 (-0700) Subject: classifier: Fix a typo. X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f4faf4baf7a22316d5a083af57557a97f9c93775;p=sliver-openvswitch.git classifier: Fix a typo. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- 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. */