Docfix
[libcds.git] / cds / gc / impl / hp_decl.h
index 601fc01ccedddd5d7af542b234b805cc7f40de93..b35cc2a28bd79691bd47bd980d6aaa695f586c5d 100644 (file)
@@ -452,7 +452,7 @@ namespace cds { namespace gc {
                 assign( nIndex, src.get_native());
             }
 
-            /// Copy guarded value from slot \p nSrcIndex to slot at index \p nDestIndex
+            /// Copy guarded value from slot \p nSrcIndex to the slot \p nDestIndex
             void copy( size_t nDestIndex, size_t nSrcIndex )
             {
                 assign( nDestIndex, get_native( nSrcIndex ));