projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a656cb7
)
classifier: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Fri, 20 Jul 2012 21:54:30 +0000
(14:54 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 4 Sep 2012 18:19:17 +0000
(11:19 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c
patch
|
blob
|
history
diff --git
a/lib/classifier.c
b/lib/classifier.c
index 2fd33e5a3fed4b6f0d49b84b28ed6e618bc73c01..eff36f7a6546d16cc2be890374927d9e1343d025 100644
(file)
--- a/
lib/classifier.c
+++ b/
lib/classifier.c
@@
-842,7
+842,7
@@
classifier_is_empty(const struct classifier *cls)
return cls->n_rules == 0;
}
-/* Returns the number of rules in 'cl
assifier
'. */
+/* Returns the number of rules in 'cl
s
'. */
int
classifier_count(const struct classifier *cls)
{