Removed redundant functions
[libcds.git] / cds / container / striped_map.h
index 40b32ae34d9edbd5bfdb6b57fa6fbc146c2afa42..9b155eb1566e4fdf94247bb3379f3e97be0c085d 100644 (file)
@@ -681,7 +681,7 @@ template <class Container, typename... Options>
             - \p bNew - \p true if the item has been inserted, \p false otherwise
             - \p item - item of the map
 
-            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.
         */