Fixed doc typo
[libcds.git] / cds / container / impl / lazy_kvlist.h
index 5db39fc912feea0b8c326f3052e88e2918752f98..5e44938753bc536c2d9da10e5c18d95fdaa9baeb 100644 (file)
@@ -476,7 +476,7 @@ namespace cds { namespace container {
             during \p func call \p item is locked so it is safe to modify the item in
             multi-threaded environment.
 
-            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.
         */