Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2008-05-28 10:50:26


Author: anthonyw
Date: 2008-05-28 10:50:25 EDT (Wed, 28 May 2008)
New Revision: 45870
URL: http://svn.boost.org/trac/boost/changeset/45870

Log:
Added missing "no"
Text files modified:
   trunk/libs/thread/doc/thread_ref.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/thread/doc/thread_ref.qbk
==============================================================================
--- trunk/libs/thread/doc/thread_ref.qbk (original)
+++ trunk/libs/thread/doc/thread_ref.qbk 2008-05-28 10:50:25 EDT (Wed, 28 May 2008)
@@ -325,7 +325,7 @@
 
 [variablelist
 
-[[Effects:] [If `*this` refers to a thread of execution, that thread of execution becomes detached, and longer has an associated __thread__ object.]]
+[[Effects:] [If `*this` refers to a thread of execution, that thread of execution becomes detached, and no longer has an associated __thread__ object.]]
 
 [[Postconditions:] [`*this` no longer refers to any thread of execution.]]
 


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