[ovs-dev] [PATCH] classifier: Fix typo in comment.

Ben Pfaff blp at nicira.com
Fri Aug 19 19:49:17 UTC 2011


Thanks, I pushed it.

On Fri, Aug 19, 2011 at 12:47:11PM -0700, Ethan Jackson wrote:
> Looks good,
> 
> Ethan
> 
> On Fri, Aug 19, 2011 at 12:46, Ben Pfaff <blp at nicira.com> wrote:
> > ---
> > ?lib/classifier.h | ? ?2 +-
> > ?1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/lib/classifier.h b/lib/classifier.h
> > index 2e6d8b9..0dfb1e7 100644
> > --- a/lib/classifier.h
> > +++ b/lib/classifier.h
> > @@ -44,7 +44,7 @@ struct classifier {
> >
> > ?/* A set of rules that all have the same fields wildcarded. */
> > ?struct cls_table {
> > - ? ?struct hmap_node hmap_node; /* Within struct classifier 'wctables'. */
> > + ? ?struct hmap_node hmap_node; /* Within struct classifier 'tables' hmap. */
> > ? ? struct hmap rules; ? ? ? ? ?/* Contains "struct cls_rule"s. */
> > ? ? struct flow_wildcards wc; ? /* Wildcards for fields. */
> > ? ? int n_table_rules; ? ? ? ? ?/* Number of rules, including duplicates. */
> > --
> > 1.7.4.4
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> >



More information about the dev mailing list