Subject: [Boost-commit] svn:boost r84065 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2013-04-28 08:12:39


Author: viboes
Date: 2013-04-28 08:12:38 EDT (Sun, 28 Apr 2013)
New Revision: 84065
URL: http://svn.boost.org/trac/boost/changeset/84065

Log:
Thread: fix some typos in externally_locked doc.
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-04-28 08:12:38 EDT (Sun, 28 Apr 2013)
@@ -2614,7 +2614,7 @@
 
 [endsect]
 [///////////////////////////////]
-[section:swap `swap(externally_locked, externally_locked&)`]
+[section:swap `swap(externally_locked&, externally_locked&)`]
 
   template <typename T, typename MutexType>
   void swap(externally_locked<T, MutexType> & lhs, externally_locked<T, MutexType> & rhs)