X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fintrusive%2Fskip_list_nogc.h;h=f91fcf3894fb1b43d0f907a34dab8ec6c92ec23f;hp=833be13e7d7d23d354321d0d91df301f7f873f8a;hb=e891296f3970a4d973ad69d732cb646dbbe820c5;hpb=258032093b65ad34cc4b901b6ddbd6f1401d36a8 diff --git a/cds/intrusive/skip_list_nogc.h b/cds/intrusive/skip_list_nogc.h index 833be13e..f91fcf38 100644 --- a/cds/intrusive/skip_list_nogc.h +++ b/cds/intrusive/skip_list_nogc.h @@ -735,7 +735,7 @@ namespace cds { namespace intrusive { The functor can change non-key fields of the \p item; however, \p func must guarantee that during changing no any other modifications could be made on this item by concurrent threads. - 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 set.