X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fintrusive%2Fsplit_list_nogc.h;h=7729950dc85a86c4f9c58692b3b8b06104345a5d;hb=e891296f3970a4d973ad69d732cb646dbbe820c5;hp=41066182d6075c78cbaaa4cfd18aa787cfa94a8e;hpb=258032093b65ad34cc4b901b6ddbd6f1401d36a8;p=libcds.git diff --git a/cds/intrusive/split_list_nogc.h b/cds/intrusive/split_list_nogc.h index 41066182..7729950d 100644 --- a/cds/intrusive/split_list_nogc.h +++ b/cds/intrusive/split_list_nogc.h @@ -374,7 +374,7 @@ namespace cds { namespace intrusive { The functor may change non-key fields of the \p item. - Returns std::pair where \p first is \p true if operation is successfull, + Returns std::pair where \p first is \p true if operation is successful, \p second is \p true if new item has been added or \p false if the item with \p key already is in the list.