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

Ben Pfaff blp at ovn.org
Thu Jan 25 19:51:04 UTC 2018


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).
  *
-- 
2.10.2



More information about the dev mailing list