Fixed doc typo
[libcds.git] / cds / intrusive / ellen_bintree_rcu.h
index edfaf23594fe5d35e101fb0ffb7bf11b5e658007..8957a723a6513f1080fa7bf7a142d1f8adea0815 100644 (file)
@@ -823,7 +823,7 @@ namespace cds { namespace intrusive {
 
             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.