2
0
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:
Ben Pfaff
2012-07-20 14:54:30 -07:00
parent a656cb7736
commit dbda2960f6

View File

@@ -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)
{ {