Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-08 18:34:15


Author: hinnant
Date: 2007-12-08 18:34:14 EST (Sat, 08 Dec 2007)
New Revision: 41913
URL: http://svn.boost.org/trac/boost/changeset/41913

Log:
Inserted comma into detach

Text files modified:
   sandbox/committee/LWG/thread_library.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-08 18:34:14 EST (Sat, 08 Dec 2007)
@@ -995,7 +995,7 @@
 <dd>
 The thread represented by
 <code>*this</code> continues execution without the current thread blocking.
-When <code>detach()</code> returns <code>*this</code> no longer represents
+When <code>detach()</code> returns, <code>*this</code> no longer represents
 the possibly continuing thread of execution.
 When the thread represented by <code>*this</code> ends execution,
 the implementation shall release any owned resources.


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