Merge pull request #63 from mgalimullin/cmake-update
[libcds.git] / cds / container / split_list_map.h
index 56753b9ad53f61632d1ee102c981302f7c927997..57c460ddea054d1e9914d18aaf6ef6aefe9b2ed3 100644 (file)
@@ -393,7 +393,7 @@ namespace cds { namespace container {
             - \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.