Fixed doc typo
[libcds.git] / cds / intrusive / michael_list_nogc.h
index 5f75a6f1091035b4dc0185527f81f4ded546c3d4..3e3920ba901b3dfad45bdf8f0b1b318cadcbe984 100644 (file)
@@ -354,7 +354,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.
         */