Fixed doc typo
[libcds.git] / cds / container / split_list_map_rcu.h
index 2e5f92280e9b5095a986dc2309ff4477361f1f9f..b9db676e21015c3a0ac8ec56c115e667cb928d10 100644 (file)
@@ -397,7 +397,7 @@ namespace cds { namespace container {
 
             The function applies RCU lock internally.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successful,
             \p second is true if new item has been added or \p false if the item with \p key
             already exists.