Rename class cds::gc::PTB to cds::gc::DHP
[libcds.git] / cds / container / impl / skip_list_map.h
index e2c17d03b6479dc3a42c144e5a9efc68ce6387ac..98f73d669b1da14a4615f3fa40b0b8bf144e37af 100644 (file)
@@ -67,7 +67,7 @@ namespace cds { namespace container {
         before end of the map. 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 gc::PTB the count of
+        a limited resource for \p GC like \p gc::HP (for gc::DHP the count of
         guards is unlimited).
 
         The iterator class supports the following minimalistic interface: