Fixed doc typo
[libcds.git] / cds / container / michael_list_rcu.h
index 3a9ba738e1cfd567c52f6958ab22065af832fbc3..61d16235f90d4b07ec0d88498662fd388460bbae 100644 (file)
@@ -445,7 +445,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.