Fixed doc typo
[libcds.git] / cds / intrusive / michael_set_rcu.h
index 4b762fea0d1c1dd3ea968e3ac216468d82c06b1a..2a5df076615c1be81bb8fe1fc3bb6c8a4218f9c7 100644 (file)
@@ -344,7 +344,7 @@ namespace cds { namespace intrusive {
 
             The functor may change non-key fields of the \p item.
 
-            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.