$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71732 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-04 22:42:10
Author: pbouchard
Date: 2011-05-04 22:42:09 EDT (Wed, 04 May 2011)
New Revision: 71732
URL: http://svn.boost.org/trac/boost/changeset/71732
Log:
* Minor fix
Text files modified: 
   sandbox/block_ptr/libs/smart_ptr/doc/overview.html |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/block_ptr/libs/smart_ptr/doc/overview.html
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/doc/overview.html	(original)
+++ sandbox/block_ptr/libs/smart_ptr/doc/overview.html	2011-05-04 22:42:09 EDT (Wed, 04 May 2011)
@@ -227,7 +227,7 @@
   }
   </pre>
   
-  <p>We can see in the above example that the pointer types remain the same and thus there is no need to explicitly 
+  <p>We can see in the above example that the pointer types remain the same and thus there is no need to manually 
   find the location of the cycle.</p>
 
   <hr>