Fixed doc typo
[libcds.git] / cds / container / ellen_bintree_map_rcu.h
index b38ca200799218afa88ef400a4ec9c8e2bbcfe8c..83e634eb013c1e28d7186a84c472f399c1572c57 100644 (file)
@@ -274,7 +274,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.