Fixed doc typo
[libcds.git] / cds / container / impl / michael_list.h
index 0a8818e7e9d0d13995fe925cced19b3bc45cb179..514dbfd8c348f79c135b58e0070844208d802cc0 100644 (file)
@@ -414,7 +414,7 @@ namespace cds { namespace container {
             The functor may change non-key fields of the \p item; however, \p func must guarantee
             that during changing no any other modifications could be made on this item by concurrent threads.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successful,
             \p second is true if new item has been added or \p false if the item with \p key
             already exists.