Fixed doc typo
[libcds.git] / cds / container / impl / michael_kvlist.h
index 805b9c15c68a612848229e6a0496f8efbf7586a6..28f18ef6615c970c0bb4dae16f047ba4899eba18 100644 (file)
@@ -459,7 +459,7 @@ namespace cds { namespace container {
             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.