Renamed "ensure" to "update" in statistics
[libcds.git] / cds / container / split_list_set_rcu.h
index c2625cf96bbd6ee75346225b892098b5406f4892..819c4e5bc09b16c4efc95349cf5af272aae0aac7 100644 (file)
@@ -605,7 +605,7 @@ namespace cds { namespace container {
             return insert_node( alloc_node( std::forward<Args>(args)...));
         }
 
-        /// Ensures that the \p val exists in the set
+        /// Updates an element with given \p val
         /**
             The operation performs inserting or changing data with lock-free manner.