From bce7cbd187ae50a4a86d597ac66e825389f67d53 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 11 Oct 2016 15:12:13 +0300 Subject: [PATCH] Docfix --- cds/intrusive/free_list.h | 4 ++-- cds/intrusive/free_list_tagged.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cds/intrusive/free_list.h b/cds/intrusive/free_list.h index 0ac727b3..c309d7d1 100644 --- a/cds/intrusive/free_list.h +++ b/cds/intrusive/free_list.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -45,7 +45,7 @@ namespace cds { namespace intrusive { The algorithm is taken from this article. The algo does not require any SMR like Hazard Pointer to prevent ABA problem. - There is \ref TaggedFreeList "tagged pointers" variant of free list for processors which support double-width CAS. + There is \ref TaggedFreeList "tagged pointers" variant of free list for processors with double-width CAS support. \b How to use \code diff --git a/cds/intrusive/free_list_tagged.h b/cds/intrusive/free_list_tagged.h index d8b93767..af3e7875 100644 --- a/cds/intrusive/free_list_tagged.h +++ b/cds/intrusive/free_list_tagged.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -- 2.34.1