rename michael_list_ptb.h to michael_list_dhp.h
[libcds.git] / cds / container / impl / michael_list.h
index 7ef71ec7e4d9b7ecb9f0aabdb6ab8678dcdaf254..1ea661179b2897e3b985c621d35c6942ca0c8efe 100644 (file)
@@ -82,7 +82,7 @@ namespace cds { namespace container {
         There are different specializations of this template for each garbage collecting schema used.
         You should include appropriate .h-file depending on GC you are using:
         - for gc::HP: \code #include <cds/container/michael_list_hp.h> \endcode
-        - for gc::PTB: \code #include <cds/container/michael_list_ptb.h> \endcode
+        - for gc::DHP: \code #include <cds/container/michael_list_dhp.h> \endcode
         - for \ref cds_urcu_desc "RCU": \code #include <cds/container/michael_list_rcu.h> \endcode
         - for gc::nogc: \code #include <cds/container/michael_list_nogc.h> \endcode
     */