projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67145b4
)
classifier: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 18 Aug 2011 20:02:22 +0000
(13:02 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 19 Aug 2011 19:46:44 +0000
(12:46 -0700)
lib/classifier.h
patch
|
blob
|
history
diff --git
a/lib/classifier.h
b/lib/classifier.h
index 2e6d8b9b95bbe9cf7175be9779ebc4736d3ed500..0dfb1e7f746e33f1d71d21de6c81d085c8a3ae57 100644
(file)
--- 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. */