Rename class cds::gc::PTB to cds::gc::DHP
[libcds.git] / cds / container / impl / skip_list_set.h
index a281df79472b7ad23626bc2db449b97242ca1c0b..9de1eb5ec6c928fdaa389b7dee0189113826a4cf 100644 (file)
@@ -65,7 +65,7 @@ namespace cds { namespace container {
         before end of the set. Therefore, such iteration is more suitable for debugging purpose only
 
         Remember, each iterator object requires 2 additional hazard pointers, that may be
-        a limited resource for \p GC like \p gc::HP (for \p gc::PTB the count of
+        a limited resource for \p GC like \p gc::HP (for \p gc::DHP the count of
         guards is unlimited).
 
         The iterator class supports the following minimalistic interface: