$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80517 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2012-09-13 15:02:38
Author: viboes
Date: 2012-09-13 15:02:37 EDT (Thu, 13 Sep 2012)
New Revision: 80517
URL: http://svn.boost.org/trac/boost/changeset/80517
Log:
Thread: fix type on UpgradeLockable requirements
Text files modified: 
   trunk/libs/thread/doc/mutex_concepts.qbk |     3 ++-                                     
   1 files changed, 2 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	2012-09-13 15:02:37 EDT (Thu, 13 Sep 2012)
@@ -343,7 +343,8 @@
 __upgrade_lockable_concept__ can be downgraded to upgradable ownership or shared ownership, and upgradable ownership can be
 downgraded to plain shared ownership.
 
-A type `L` meets the __SharedLockable requirements if it meets the __TimedLockable requirements and the following expressions are well-formed and have the specified semantics.
+A type `L` meets the __UpgradeLockable requirements if it meets the __SharedLockable 
+requirements and the following expressions are well-formed and have the specified semantics.
 
 [*Variables:]