mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05: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;
|
||||
}
|
||||
|
||||
/* Returns the number of rules in 'classifier'. */
|
||||
/* Returns the number of rules in 'cls'. */
|
||||
int
|
||||
classifier_count(const struct classifier *cls)
|
||||
{
|
||||
|
Reference in New Issue
Block a user