Fixed doc typo
[libcds.git] / cds / container / impl / feldman_hashset.h
index da3abde926ff6c3895504a84d8b3a1eeca1d299e..ee48d4720e5285bef94d4b19617cc475c0cb4a8a 100644 (file)
@@ -372,7 +372,7 @@ namespace cds { namespace container {
             The functor may change non-key fields of the \p item; however, \p func must guarantee
             that during changing no any other modifications could be made on this item by concurrent threads.
 
-            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,
             i.e. the item has been inserted or updated,
             \p second is \p true if the new item has been added or \p false if the item with key equal to \p val
             already exists.