[BronsonAVLTree] Fixed bug of counting of inserted items
[libcds.git] / cds / container / details / bronson_avltree_base.h
index d24bb3e2899b98c26c3eba01b51f923aa40a726f..751a96feb1acd4be6bd76dcbe2b997d274cf5794 100644 (file)
@@ -340,7 +340,7 @@ namespace cds { namespace container {
             that can lead to lock contention.
 
             When this option is enabled, the new node is created before locking the parent node.
-            After that, the parent is locked and checked whether the new node may be attached to the parent.
+            After that, the parent is locked and checked whether the new node can be attached to the parent.
             In this case, false node creating can be performed, but locked section can be significantly small.
         */
         template <bool Enable>