mirror of
https://github.com/openvswitch/ovs
synced 2025-09-03 15:55:19 +00:00
classifier: Fix typo in comment.
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -842,7 +842,7 @@ classifier_is_empty(const struct classifier *cls)
|
|||||||
return cls->n_rules == 0;
|
return cls->n_rules == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns the number of rules in 'classifier'. */
|
/* Returns the number of rules in 'cls'. */
|
||||||
int
|
int
|
||||||
classifier_count(const struct classifier *cls)
|
classifier_count(const struct classifier *cls)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user