From: khizmax Date: Sun, 14 Dec 2014 13:04:26 +0000 (+0300) Subject: fix typo X-Git-Tag: v2.0.0~2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6b8b4ddacddc28f0866b15d83c082b97fd512443;p=libcds.git fix typo --- diff --git a/tests/unit/print_ellenbintree_stat.h b/tests/unit/print_ellenbintree_stat.h index d0adf43e..47733c86 100644 --- a/tests/unit/print_ellenbintree_stat.h +++ b/tests/unit/print_ellenbintree_stat.h @@ -14,7 +14,7 @@ namespace std { static inline ostream& operator <<( ostream& o, cds::intrusive::ellen_bintree::stat<> const& s ) { - return o << "\nEllenBinTree statistis [cds::intrusive::ellen_bintree::stat]:\n" + return o << "\nEllenBinTree statistics [cds::intrusive::ellen_bintree::stat]:\n" << "\t\t Internal node allocated: " << ellen_bintree_pool::internal_node_counter::m_nAlloc.get() << "\n" << "\t\t Internal node freed: " << ellen_bintree_pool::internal_node_counter::m_nFree.get() << "\n" << "\t\t m_nInternalNodeCreated: " << s.m_nInternalNodeCreated.get() << "\n"