From 6b8b4ddacddc28f0866b15d83c082b97fd512443 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 14 Dec 2014 16:04:26 +0300 Subject: [PATCH] fix typo --- tests/unit/print_ellenbintree_stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1