From 26a53fa8464c4a57080e61fd118a232093217810 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 19 Nov 2016 20:01:26 +0300 Subject: [PATCH] Docfix --- cds/gc/impl/hp_decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); -- 2.34.1