Fixed doc typo
[libcds.git] / cds / intrusive / split_list_rcu.h
index e27c64d8a7dd5864ef6c59e3352f8e17a8a292e1..ba461df63f77d1e267c5d30f82e21599cb6578ca 100644 (file)
@@ -616,7 +616,7 @@ namespace cds { namespace intrusive {
 
             The function applies RCU lock internally.
 
-            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.