Fixed doc typo
[libcds.git] / cds / container / cuckoo_set.h
index 49a131b3d82bdc09e4f00a83e753c7fa25ea40b3..96933dd41b70b2919904dd7ccc728c393a92a469 100644 (file)
@@ -579,7 +579,7 @@ namespace cds { namespace container {
             If new item has been inserted (i.e. \p bNew is \p true) then \p item and \p val arguments
             refer to the same thing.
 
-            Returns std::pair<bool, bool> where \p first is \p true if operation is successfull,
+            Returns std::pair<bool, bool> where \p first is \p true if operation is successful,
             i.e. the node has been inserted or updated,
             \p second is \p true if new item has been added or \p false if the item with \p key
             already exists.