Fixed doc typo
[libcds.git] / cds / container / lazy_kvlist_rcu.h
index 8fd92684fb7b03baa63373ee0bcc991f96fa4758..1a3f60ec5a74135d11ce1e899518f187304d2211 100644 (file)
@@ -471,7 +471,7 @@ namespace cds { namespace container {
 
             The function applies RCU lock internally.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successful,
             \p second is true if new item has been added or \p false if the item with \p key
             already exists.
         */