From: Ben Pfaff Date: Thu, 18 Aug 2011 20:02:22 +0000 (-0700) Subject: classifier: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d334ac8836a014e88c84dca63145e300d662872;p=openvswitch classifier: Fix typo in comment. --- 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. */