From: khizmax Date: Sat, 19 Nov 2016 17:01:26 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~52 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26a53fa8464c4a57080e61fd118a232093217810;p=libcds.git Docfix --- diff --git a/cds/gc/impl/hp_decl.h b/cds/gc/impl/hp_decl.h index 601fc01c..b35cc2a2 100644 --- a/cds/gc/impl/hp_decl.h +++ b/cds/gc/impl/hp_decl.h @@ -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 ));