Remove MichaelMap<gc::HRC> specializations
[libcds.git] / cds / container / michael_set.h
index acc6271967f1fd4bdf7afddb308eb72a6e5a54a2..0fe47dca61b46d27acdc5df0a1f5e881101c7184 100644 (file)
@@ -85,7 +85,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 an additional hazard pointer, that may be
-        a limited resource for \p GC like as gc::HP and gc::HRC (for gc::PTB the count of
+        a limited resource for \p GC like \p gc::HP (for gc::PTB the count of
         guards is unlimited).
 
         The iterator class supports the following minimalistic interface: