Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/classifier.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/classifier.c b/lib/classifier.c index 88c8e1a..fdd242a 100644 --- a/lib/classifier.c +++ b/lib/classifier.c @@ -817,7 +817,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) { -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev