projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01eda91
)
Docfix
author
khizmax
<libcds.dev@gmail.com>
Sat, 19 Nov 2016 17:01:26 +0000
(20:01 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sat, 19 Nov 2016 17:01:26 +0000
(20:01 +0300)
cds/gc/impl/hp_decl.h
patch
|
blob
|
history
diff --git
a/cds/gc/impl/hp_decl.h
b/cds/gc/impl/hp_decl.h
index 601fc01ccedddd5d7af542b234b805cc7f40de93..b35cc2a28bd79691bd47bd980d6aaa695f586c5d 100644
(file)
--- 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 ));