Fixed doc typo
[libcds.git] / cds / container / michael_set_rcu.h
index 53e43fd8afc198d118aff42f636e1bae9272b24e..45fac82a43d80eaf2634c6cf1ad69a56fa55e437 100644 (file)
@@ -406,7 +406,7 @@ namespace cds { namespace container {
 
             The function applies RCU lock internally.
 
-            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 is in the set.