Skip to content

Commit

Permalink
classifier: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Sep 4, 2012
1 parent a656cb7 commit dbda296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dbda296

Please sign in to comment.