Fixed explicit ctor stuff
[libcds.git] / cds / container / skip_list_map_rcu.h
index 64217a906a42ab80c04daf0344e25d5853db0883..d13bb4b09082c399fd9a7566aa2532db1052ad3a 100644 (file)
@@ -382,7 +382,7 @@ namespace cds { namespace container {
 
             RCU \p synchronize() method can be called. RCU should not be locked.
 
-            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 the item with \p key
             already exists.