Added intrusive IterableList
[libcds.git] / cds / intrusive / impl / michael_list.h
index 37be7ebbfb4297314b3b20e1c769cf62dfd4143a..55c778e0bf40664b35054b8d5f9eccc731772831 100644 (file)
@@ -583,8 +583,8 @@ namespace cds { namespace intrusive {
             that during changing no any other modifications could be made on this item by concurrent threads.
 
             Returns std::pair<bool, bool> where \p first is \p true if operation is successful,
-            \p second is \p true if new item has been added or \p false if the item with \p key
-            already is in the list.
+            \p second is \p true if new item has been added or \p false if the item with that key
+            already in the list.
 
             @warning See \ref cds_intrusive_item_creating "insert item troubleshooting"
         */