Docfix
authorkhizmax <khizmax@gmail.com>
Mon, 14 Mar 2016 12:40:17 +0000 (15:40 +0300)
committerkhizmax <khizmax@gmail.com>
Mon, 14 Mar 2016 12:40:17 +0000 (15:40 +0300)
cds/container/feldman_hashmap_rcu.h
cds/container/feldman_hashset_rcu.h
cds/container/impl/feldman_hashmap.h
cds/container/impl/feldman_hashset.h
cds/intrusive/feldman_hashset_rcu.h
cds/intrusive/impl/feldman_hashset.h

index 15291c6fcf27c0e52b50adb3ef6077f033e0923a..af7623c95f8f635886954d4d70a5b0c967b57cc1 100644 (file)
@@ -669,7 +669,7 @@ namespace cds { namespace container {
 
         /// Collects tree level statistics into \p stat
         /**
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.
index 1975e7b04151882375a85c0a838d6d51ae0529f0..1b77e3a9aa942c1cc41ebe8124efd7d4cfb3422b 100644 (file)
@@ -426,7 +426,7 @@ namespace cds { namespace container {
 
         /// Collects tree level statistics into \p stat
         /**
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.
index 1dc2d662e268fab16236a88fde7c6f3b2d09888a..8c95e48ec692176d1292443020fce2055b8443fc 100644 (file)
@@ -709,7 +709,7 @@ namespace cds { namespace container {
 
         /// Collects tree level statistics into \p stat
         /**
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.
index d6139d14f0b90a4d7006bded56e8f10cc3bf494a..8ac3661ae46c4639e1e7a8e0fffb0fc0dc05998b 100644 (file)
@@ -467,7 +467,7 @@ namespace cds { namespace container {
 
         /// Collects tree level statistics into \p stat
         /**
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.
index 8b61fe4a7384c0c83d08bdc45fcd099237864030..acd4f7f1924a263e503e3e415f3b5b6fc5779d4f 100644 (file)
@@ -497,7 +497,7 @@ namespace cds { namespace intrusive {
 
         /// Collects tree level statistics into \p stat
         /**
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.
index 143a14325bc6118126936a89b4efbaca6c880829..936b5a22fe8b493a8421b97af3e6f4422a85504d 100644 (file)
@@ -910,7 +910,7 @@ namespace cds { namespace intrusive {
 
         /// Collects tree level statistics into \p stat
         /** 
-            The function traverses the set and collects staistics for each level of the tree
+            The function traverses the set and collects statistics for each level of the tree
             into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
             represents statistics for level \p i, level 0 is head array.
             The function is thread-safe and may be called in multi-threaded environment.