movable guarded_ptr: EllenBinTree
[libcds.git] / cds / gc / impl / hp_decl.h
index 14c98314acbaae9c12291c472533fb8a40cabd58..c139736a8504ccd3594668a4f4865396855f1510 100644 (file)
@@ -146,7 +146,7 @@ namespace cds { namespace gc {
                 to the HP slot repeatedly until the guard's value equals \p toGuard.
 
                 The function is useful for intrusive containers when \p toGuard is a node pointer
-                that should be converted to a pointer to the value type before protecting.
+                that should be converted to a pointer to the value before protecting.
                 The parameter \p f of type Func is a functor that makes this conversion:
                 \code
                     struct functor {