Fixed doc typo
[libcds.git] / cds / container / michael_set.h
index 9493f4bcf7ef17e094cfab3fab30d7a3642f1e92..b3819f69e02889e39b33e2543f2d8f68fe786958 100644 (file)
@@ -432,7 +432,7 @@ namespace cds { namespace container {
 
             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.