> On Jan 25, 2018, at 11:51 AM, Ben Pfaff <[email protected]> wrote:
> 
> Signed-off-by: Ben Pfaff <[email protected]>
> ---
> 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 <[email protected]>

--Justin


_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to