Fixed doc typo
[libcds.git] / cds / container / feldman_hashmap_rcu.h
index bff5113b76d6ab51d0c4aff059a8a94f72b28fb3..fee3fcfaadb15306bcf0da9f42a114a1fd342a27 100644 (file)
@@ -460,7 +460,7 @@ namespace cds { namespace container {
 
             The functor may change any fields of the \p item.second.
 
-            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 \p key already exists.
 
             The function locks RCU internally.