From: khizmax Date: Sat, 11 Apr 2015 18:28:20 +0000 (+0300) Subject: Fixed do typo X-Git-Tag: v2.1.0~261 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a94e695ed74875d595fabd88a1b1edae87e848c;p=libcds.git Fixed do typo --- diff --git a/cds/container/lazy_kvlist_nogc.h b/cds/container/lazy_kvlist_nogc.h index 89d0a2ac..bcb5f599 100644 --- a/cds/container/lazy_kvlist_nogc.h +++ b/cds/container/lazy_kvlist_nogc.h @@ -41,7 +41,7 @@ namespace cds { namespace container { //@endcond public: - typedef Traits traits; + typedef Traits traits; ///< List traits typedef cds::gc::nogc gc; ///< Garbage collector #ifdef CDS_DOXYGEN_INVOKED typedef Key key_type ; ///< Key type diff --git a/cds/sync/pool_monitor.h b/cds/sync/pool_monitor.h index 2c544cb7..19e22e8e 100644 --- a/cds/sync/pool_monitor.h +++ b/cds/sync/pool_monitor.h @@ -244,9 +244,9 @@ namespace cds { namespace sync { /// Returns the reference to internal statistics /** If class' template argument \p Stat is \p false, - the function returns \ref empty_stat "dummy statistics". + the function returns \ref pool_monitor_traits::empty_stat "dummy statistics". Otherwise, it returns the reference to monitor's internal statistics - of type \ref stat. + of type \ref pool_monitor_traits::stat. */ internal_stat const& statistics() const {