Signed-off-by: Ben Pfaff <b...@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).
  *
-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to