Fixed doc typo
[libcds.git] / cds / intrusive / striped_set / adapter.h
index ed91ee54ee941bdb0fe5d4d042580a7d59ee0534..aa0bab6676bbcab5c01dbe21beaf10c768f1451d 100644 (file)
@@ -104,7 +104,7 @@ namespace cds { namespace intrusive {
 
                 The functor can change non-key fields of the \p item.
 
-                Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successfull,
+                Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successful,
                 \p second is true if new item has been added or \p false if the item with \p val key
                 already exists.
                 <hr>