Fixed doc typo
[libcds.git] / cds / intrusive / skip_list_nogc.h
index 833be13e7d7d23d354321d0d91df301f7f873f8a..f91fcf3894fb1b43d0f907a34dab8ec6c92ec23f 100644 (file)
@@ -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.
 
             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<bool, bool> where \p first is \p true if operation is successfull,
+            Returns std::pair<bool, bool> 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.
 
             \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.