Fixed doc typo
[libcds.git] / cds / intrusive / michael_list_rcu.h
index 59f8563f2f22d09f089df49ea998a3e3df75996c..2b9ae89a71a20002fe2cc4be1222f328db6af9f0 100644 (file)
@@ -510,7 +510,7 @@ namespace cds { namespace intrusive {
             The functor may change non-key fields of the \p item; however, \p func must guarantee
             that during changing no any other modifications could be made on this item by concurrent threads.
 
-            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 list.