From 6b3ae76dba3834fc751b0742bf890a7605ce8cac Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 31 Mar 2016 00:14:47 +0300 Subject: [PATCH] Docfix --- cds/container/split_list_set_nogc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/container/split_list_set_nogc.h b/cds/container/split_list_set_nogc.h index 4b74adb3..5dc0b9d9 100644 --- a/cds/container/split_list_set_nogc.h +++ b/cds/container/split_list_set_nogc.h @@ -213,7 +213,7 @@ namespace cds { namespace container { //@{ /// Forward iterator /** - The forward iterator for Michael's set is based on \p OrderedList forward iterator and has some features: + The forward iterator for split-list is based on \p OrderedList forward iterator and has some features: - it has no post-increment operator - it iterates items in unordered fashion -- 2.34.1