Fixed doc typo
[libcds.git] / cds / container / michael_map_rcu.h
index 3dd45ad3ba5cdeb6075ea7405e943d2c22e0deea..9bce287dd3a7564372eebd4c48788c504e3bf592 100644 (file)
@@ -470,7 +470,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.