$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-04-30 04:47:31
Author: xushiwei
Date: 2008-04-30 04:47:31 EDT (Wed, 30 Apr 2008)
New Revision: 44921
URL: http://svn.boost.org/trac/boost/changeset/44921
Log:
typo
Text files modified: 
   sandbox/memory/boost/memory/gc_alloc.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/memory/gc_alloc.hpp
==============================================================================
--- sandbox/memory/boost/memory/gc_alloc.hpp	(original)
+++ sandbox/memory/boost/memory/gc_alloc.hpp	2008-04-30 04:47:31 EDT (Wed, 30 Apr 2008)
@@ -483,7 +483,7 @@
         {
                 _MemHeader* p = (_MemHeader*)array - 1;
                 p->blkType = nodeFree;
-		m_freeSize += sizeof(Type) * count + sizeof(_MemHeaderEx);
+		m_freeSize += sizeof(Type) * count + sizeof(_MemHeader);
         }
 
 public: