Fixed doc typo
[libcds.git] / cds / intrusive / feldman_hashset_rcu.h
index f915850522e6ded5b931715295459ce0c329a889..8b97bfb3b74ca314e6b082d37755ad9e7ebb7316 100644 (file)
@@ -252,7 +252,7 @@ namespace cds { namespace intrusive {
             - If hash value is not found and \p bInsert is \p false then the set is unchanged,
               the function returns <tt> std::pair<false, false> </tt>
 
-            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 new item has been added or \p false if the set contains that hash.