Fixed doc typo
[libcds.git] / cds / intrusive / michael_set.h
index 201a8275b9ffca581a8893db9a7f656005c43c4d..b876b5eda7731a2b676a971ef6d72a7e29c1e077 100644 (file)
@@ -471,7 +471,7 @@ namespace cds { namespace intrusive {
 
             The functor may change non-key fields of the \p item.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is \p true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> where \p first is \p true if operation is successful,
             \p second is \p true if new item has been added or \p false if the item with \p key
             already is in the set.