|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83551 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2013-03-24 18:02:45
Author: viboes
Date: 2013-03-24 18:02:44 EDT (Sun, 24 Mar 2013)
New Revision: 83551
URL: http://svn.boost.org/trac/boost/changeset/83551
Log:
Thread: fix typo __Lockable.
Text files modified:
trunk/libs/thread/doc/mutex_concepts.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/doc/mutex_concepts.qbk
==============================================================================
--- trunk/libs/thread/doc/mutex_concepts.qbk (original)
+++ trunk/libs/thread/doc/mutex_concepts.qbk 2013-03-24 18:02:44 EDT (Sun, 24 Mar 2013)
@@ -164,7 +164,7 @@
Some of the algorithms on mutexes use this trait via SFINAE.
-This trait is true_type if the parameter L meets the __Locable requirements.
+This trait is true_type if the parameter L meets the __Lockable requirements.
[warning If BOOST_THREAD_NO_AUTO_DETECT_MUTEX_TYPES is defined you will need to specialize this traits for the models of Lockable you could build.]
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