Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81849 - trunk/libs/lockfree/doc
From: tim_at_[hidden]
Date: 2012-12-11 04:22:49


Author: timblechmann
Date: 2012-12-11 04:22:47 EST (Tue, 11 Dec 2012)
New Revision: 81849
URL: http://svn.boost.org/trac/boost/changeset/81849

Log:
lockfree: fix typos in documentation

fixes #7783
Text files modified:
   trunk/libs/lockfree/doc/lockfree.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/lockfree/doc/lockfree.qbk
==============================================================================
--- trunk/libs/lockfree/doc/lockfree.qbk (original)
+++ trunk/libs/lockfree/doc/lockfree.qbk 2012-12-11 04:22:47 EST (Tue, 11 Dec 2012)
@@ -75,7 +75,7 @@
 
 When discussing the performance of non-blocking data structures, one has to distinguish between *amortized* and
 *worst-case* costs. The definition of 'lock-free' and 'wait-free' only mention the upper bound of an operation. Therefore
-lock-free data structures are not necesarily the best choice for every use case. In order to maximise the throughput of an
+lock-free data structures are not necessarily the best choice for every use case. In order to maximise the throughput of an
 application one should consider high-performance concurrent data structures [footnote
 [@http://threadingbuildingblocks.org/ Intel's Thread Building Blocks library] provides many efficient concurrent data structures,
 which are not necessarily lock-free.].
@@ -161,7 +161,7 @@
 
 [h2 Queue]
 
-The [classref boost::lockfree::queue boost::lockfree::queue] class implements a multi-writer/multi-reader queue queue. The
+The [classref boost::lockfree::queue boost::lockfree::queue] class implements a multi-writer/multi-reader queue. The
 following example shows how integer values are produced and consumed by 4 threads each:
 
 [import ../examples/queue.cpp]


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