Fixed doc typo
[libcds.git] / cds / container / michael_map.h
index 1adc0be8f3dfc5f67166ae2e3925aae3abc6e93b..3bd11d39ae310d16cd8a5681f18454b53d81ffb4 100644 (file)
@@ -521,7 +521,7 @@ namespace cds { namespace container {
 
             The functor may change any fields of the \p item.second that is \p mapped_type.
 
-            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.