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

Yifeng Sun pkusunyifeng at gmail.com
Tue Jan 30 20:52:09 UTC 2018


Thanks for the fix.

Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>

On Tue, Jan 30, 2018 at 12:34 PM, Ben Pfaff <blp at ovn.org> wrote:

> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  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
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list