Fixed doc typo
[libcds.git] / cds / container / striped_set.h
index e4f4ec78e938fa95d7860df1b58f4d7c6dbc6f65..2ac8f65922f681904369dfd3f401b452471d4f70 100644 (file)
@@ -660,7 +660,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 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 is in the map.
         */