[ovs-dev] [classifier-opt 24/28] classifier: Fix typo in comment.

Ethan Jackson ethan at nicira.com
Tue Jul 31 17:38:49 UTC 2012


Looks good, thanks.

Ethan

On Fri, Jul 20, 2012 at 4:25 PM, Ben Pfaff <blp at nicira.com> wrote:
> Signed-off-by: Ben Pfaff <blp at 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
>



More information about the dev mailing list