From 2d334ac8836a014e88c84dca63145e300d662872 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 18 Aug 2011 13:02:22 -0700 Subject: [PATCH] classifier: Fix typo in comment. --- lib/classifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classifier.h b/lib/classifier.h index 2e6d8b9b..0dfb1e7f 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -44,7 +44,7 @@ struct classifier { /* A set of rules that all have the same fields wildcarded. */ struct cls_table { - struct hmap_node hmap_node; /* Within struct classifier 'wctables'. */ + struct hmap_node hmap_node; /* Within struct classifier 'tables' hmap. */ struct hmap rules; /* Contains "struct cls_rule"s. */ struct flow_wildcards wc; /* Wildcards for fields. */ int n_table_rules; /* Number of rules, including duplicates. */ -- 2.30.2