Fixed doc typo
[libcds.git] / cds / intrusive / lazy_list_rcu.h
index 244e42865ca5f6e23b50cfdd6e318354ed796fe2..d22474a26dd2ce54f60b3a25d4deed942e4f017d 100644 (file)
@@ -501,7 +501,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.