Fixed doc typo
[libcds.git] / cds / intrusive / impl / feldman_hashset.h
index c21646ce2b88c9b230ee5ee59fd28de3adc6db22..bd731d7f5813d8915558268ae8f25b1ea2c37478 100644 (file)
@@ -672,7 +672,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.
         */