Fixed doc typo
[libcds.git] / cds / intrusive / lazy_list_nogc.h
index cd31be7b7809bb67cdfdf32364a1dbf551462bf9..38384ee91274410327d7985acb76ee79188d8dec 100644 (file)
@@ -395,7 +395,7 @@ namespace cds { namespace intrusive {
             The functor may change non-key fields of the \p item.
             While the functor \p f is calling the item \p item is locked.
 
-            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.
         */