From: khizmax Date: Mon, 14 Mar 2016 12:40:17 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~357 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0be641638ba7a041e2f6c5d1470b1d5d4ae317f7;p=libcds.git Docfix --- diff --git a/cds/container/feldman_hashmap_rcu.h b/cds/container/feldman_hashmap_rcu.h index 15291c6f..af7623c9 100644 --- a/cds/container/feldman_hashmap_rcu.h +++ b/cds/container/feldman_hashmap_rcu.h @@ -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. diff --git a/cds/container/feldman_hashset_rcu.h b/cds/container/feldman_hashset_rcu.h index 1975e7b0..1b77e3a9 100644 --- a/cds/container/feldman_hashset_rcu.h +++ b/cds/container/feldman_hashset_rcu.h @@ -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. diff --git a/cds/container/impl/feldman_hashmap.h b/cds/container/impl/feldman_hashmap.h index 1dc2d662..8c95e48e 100644 --- a/cds/container/impl/feldman_hashmap.h +++ b/cds/container/impl/feldman_hashmap.h @@ -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. diff --git a/cds/container/impl/feldman_hashset.h b/cds/container/impl/feldman_hashset.h index d6139d14..8ac3661a 100644 --- a/cds/container/impl/feldman_hashset.h +++ b/cds/container/impl/feldman_hashset.h @@ -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. diff --git a/cds/intrusive/feldman_hashset_rcu.h b/cds/intrusive/feldman_hashset_rcu.h index 8b61fe4a..acd4f7f1 100644 --- a/cds/intrusive/feldman_hashset_rcu.h +++ b/cds/intrusive/feldman_hashset_rcu.h @@ -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. diff --git a/cds/intrusive/impl/feldman_hashset.h b/cds/intrusive/impl/feldman_hashset.h index 143a1432..936b5a22 100644 --- a/cds/intrusive/impl/feldman_hashset.h +++ b/cds/intrusive/impl/feldman_hashset.h @@ -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.