Fixed doc typo
[libcds.git] / cds / intrusive / split_list.h
index 1b9560498605994bdbd599a92d96395281fe556b..ad45c064b52176ebc380115a78e12071857dc555 100644 (file)
@@ -734,7 +734,7 @@ namespace cds { namespace intrusive {
 
             The functor may change non-key fields of the \p item.
 
-            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 val
             already is in the list.