Fixed doc typo
[libcds.git] / cds / intrusive / split_list_nogc.h
index 41066182d6075c78cbaaa4cfd18aa787cfa94a8e..7729950dc85a86c4f9c58692b3b8b06104345a5d 100644 (file)
@@ -374,7 +374,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 key
             already is in the list.