fix typo
authorkhizmax <libcds.dev@gmail.com>
Sun, 14 Dec 2014 13:04:26 +0000 (16:04 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 14 Dec 2014 13:04:26 +0000 (16:04 +0300)
tests/unit/print_ellenbintree_stat.h

index d0adf43ed47ba17755b4b50b99ccaaf430866859..47733c8662582cf5c796beeb6d2ec638a3dfaff5 100644 (file)
@@ -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"