Fixed doc typo
[libcds.git] / cds / intrusive / impl / lazy_list.h
index 24970fc6d97d61cce9a9fad9706654f7be5612ea..7033bde018ca5cced65a1223e53d7d2ce5015f82 100644 (file)
@@ -570,7 +570,7 @@ namespace cds { namespace intrusive {
             While the functor \p f is working the item \p item is locked,
             so \p func has exclusive access to the 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 list.