Improved management of SkipList auxiliary nodes: now aux nodes are allocated from...
[libcds.git] / cds / container / details / split_list_base.h
index ef566692c8d3a6530a004f06063e1f58b4268da6..38b4603c653d45139874c48229fbb91d99671ffc 100644 (file)
@@ -49,7 +49,7 @@ namespace cds { namespace container {
         /// Disabled internal statistics, see \p cds::intrusive::split_list::empty_stat
         typedef cds::intrusive::split_list::empty_stat empty_stat;
 
-        /// Selector of bucket table implementation =- typedef for \p intrusive::split_list::dynamic_bucket_table
+        /// Selector of bucket table implementation = typedef for \p intrusive::split_list::dynamic_bucket_table
         template <bool Value>
         using dynamic_bucket_table = cds::intrusive::split_list::dynamic_bucket_table<Value>;