Thanks for the fix. Reviewed-by: Yifeng Sun <[email protected]>
On Tue, Jan 30, 2018 at 12:34 PM, Ben Pfaff <[email protected]> wrote: > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/classifier.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/classifier.h b/lib/classifier.h > index f0ea5a9cb8b2..71c2e507d7c3 100644 > --- a/lib/classifier.h > +++ b/lib/classifier.h > @@ -284,7 +284,7 @@ > * > * The classifier may safely be accessed by many reader threads > concurrently > * and by a single writer, or by multiple writers when they guarantee > mutually > - * exlucive access to classifier modifications. > + * exclusive access to classifier modifications. > * > * Since the classifier rules are RCU protected, the rule destruction > after > * removal from the classifier must be RCU postponed. Also, when > versioning is > -- > 2.10.2 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
