Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54172 - sandbox/monotonic/boost/monotonic/detail
From: christian.schladetsch_at_[hidden]
Date: 2009-06-21 23:32:15


Author: cschladetsch
Date: 2009-06-21 23:32:14 EDT (Sun, 21 Jun 2009)
New Revision: 54172
URL: http://svn.boost.org/trac/boost/changeset/54172

Log:
changed comment

Text files modified:
   sandbox/monotonic/boost/monotonic/detail/pool.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/detail/pool.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/detail/pool.hpp (original)
+++ sandbox/monotonic/boost/monotonic/detail/pool.hpp 2009-06-21 23:32:14 EDT (Sun, 21 Jun 2009)
@@ -12,7 +12,7 @@
         {
                 namespace detail
                 {
- /// a pool of same-sized chunks in a storage block of the given type
+ /// a pool of same-sized chunks in a storage block
                         struct Pool
                         {
                                 char *first, *next, *last;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk