|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81316 - trunk/boost/lockfree
From: tim_at_[hidden]
Date: 2012-11-13 05:05:59
Author: timblechmann
Date: 2012-11-13 05:05:57 EST (Tue, 13 Nov 2012)
New Revision: 81316
URL: http://svn.boost.org/trac/boost/changeset/81316
Log:
lockfree: fix comments
patch taken from #7685
Text files modified:
trunk/boost/lockfree/queue.hpp | 2 +-
trunk/boost/lockfree/stack.hpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/lockfree/queue.hpp
==============================================================================
--- trunk/boost/lockfree/queue.hpp (original)
+++ trunk/boost/lockfree/queue.hpp 2012-11-13 05:05:57 EST (Tue, 13 Nov 2012)
@@ -1,4 +1,4 @@
-// lock-free queue queue from
+// lock-free queue from
// Michael, M. M. and Scott, M. L.,
// "simple, fast and practical non-blocking and blocking concurrent queue algorithms"
//
Modified: trunk/boost/lockfree/stack.hpp
==============================================================================
--- trunk/boost/lockfree/stack.hpp (original)
+++ trunk/boost/lockfree/stack.hpp 2012-11-13 05:05:57 EST (Tue, 13 Nov 2012)
@@ -488,7 +488,7 @@
* \return true, if stack is empty.
*
* \note It only guarantees that at some point during the execution of the function the stack has been empty.
- * It is rarely practical to use this value in program logic, because the the stack can be modified by other threads.
+ * It is rarely practical to use this value in program logic, because the stack can be modified by other threads.
* */
bool empty(void) const
{
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