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

Justin Pettit jpettit at ovn.org
Fri Jan 26 00:41:02 UTC 2018


> On Jan 25, 2018, at 11:51 AM, Ben Pfaff <blp at ovn.org> wrote:
> 
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
> lib/ovs-atomic.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/ovs-atomic.h b/lib/ovs-atomic.h
> index 75560935f963..4664eefaf3a1 100644
> --- a/lib/ovs-atomic.h
> +++ b/lib/ovs-atomic.h
> @@ -300,7 +300,7 @@
>  *     bool atomic_flag_test_and_set_explicit(atomic_flag *object,
>  *                                            memory_order);
>  *
> - *         Atomically sets '*object', respsecting the given memory order (or
> + *         Atomically sets '*object', respecting the given memory order (or
>  *         memory_order_seq_cst for atomic_flag_test_and_set()).  Returns the
>  *         previous value of the flag (false for clear, true for set).
>  *

Always happy to jump in and review the tough ones.

Acked-by: Justin Pettit <jpettit at ovn.org>

--Justin




More information about the dev mailing list