rename michael_list_ptb.h to michael_list_dhp.h
[libcds.git] / cds / intrusive / michael_set.h
index 51ebeeb9170adf696a33f68771ba20c77291ae46..be8cf1d069be8a57fe5fba2d4fd53bf0becaeeb7 100644 (file)
@@ -132,7 +132,7 @@ namespace cds { namespace intrusive {
         Like other intrusive containers, you may build several containers on single item structure:
         \code
         #include <cds/intrusive/michael_list_hp.h>
-        #include <cds/intrusive/michael_list_ptb.h>
+        #include <cds/intrusive/michael_list_dhp.h>
         #include <cds/intrusive/michael_set.h>
 
         struct tag_key1_idx;