Fixed doc typo
[libcds.git] / cds / container / ellen_bintree_set_rcu.h
index 2acbe887bd38786d527b22fc1208834439ddd2cb..661e11246038704b7b4d41ede5a3035e79a2cd86 100644 (file)
@@ -260,7 +260,7 @@ namespace cds { namespace container {
 
             RCU \p synchronize method can be called. RCU should not be locked.
 
-            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,
             i.e. the node has been inserted or updated,
             \p second is \p true if new item has been added or \p false if the item with \p key
             already exists.