Fixed Clang build
[libcds.git] / cds / container / bronson_avltree_map_rcu.h
index 2d24efa1818e6c7ffa2c8133b80207a8b08168d4..be36d86d0f9b71b425c474704f1163660af6ecc6 100644 (file)
@@ -312,7 +312,7 @@ namespace cds { namespace container {
 
             RCU \p synchronize() method can be called. RCU should not be locked.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is \p true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> 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 exists.
         */