$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86098 - website/public_html/live/feed/history
From: andrey.semashev_at_[hidden]
Date: 2013-10-01 04:05:52
Author: andysem
Date: 2013-10-01 04:05:52 EDT (Tue, 01 Oct 2013)
New Revision: 86098
URL: http://svn.boost.org/trac/boost/changeset/86098
Log:
Better wording.
Text files modified: 
   website/public_html/live/feed/history/boost_1_55_0.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk	Tue Oct  1 04:03:21 2013	(r86097)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk	2013-10-01 04:05:52 EDT (Tue, 01 Oct 2013)	(r86098)
@@ -346,7 +346,7 @@
     deprecated uses of pointers in user code.
 
 * [phrase library..[@/libs/smart_ptr/index.html SmartPtr]:]
-  * Added `boost/smart_ptr/intrusive_ref_counter.hpp` header, extracted from Boost.Log. The header implements a mixin base class that enables support for `intrusive_ptr` to user's classes.
+  * Added `boost/smart_ptr/intrusive_ref_counter.hpp` header, extracted from Boost.Log. The header implements a mixin base class that adds support for `intrusive_ptr` to user's classes.
 
 * [phrase library..[@/libs/timer/ Timer]:]
   * Fixed compilation on Intel compiler [ticket 8956].