Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86465 - in trunk: boost/asio libs/asio/doc
From: chris_at_[hidden]
Date: 2013-10-26 18:42:53


Author: chris_kohlhoff
Date: 2013-10-26 18:42:53 EDT (Sat, 26 Oct 2013)
New Revision: 86465
URL: http://svn.boost.org/trac/boost/changeset/86465

Log:
Fix typos in spawn() documentation.

Text files modified:
   trunk/boost/asio/spawn.hpp | 4 ++--
   trunk/libs/asio/doc/reference.qbk | 4 ++--
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/asio/spawn.hpp
==============================================================================
--- trunk/boost/asio/spawn.hpp Sat Oct 26 18:39:23 2013 (r86464)
+++ trunk/boost/asio/spawn.hpp 2013-10-26 18:42:53 EDT (Sat, 26 Oct 2013) (r86465)
@@ -131,7 +131,7 @@
 };
 
 #if defined(GENERATING_DOCUMENTATION)
-/// Context object the represents the currently executing coroutine.
+/// Context object that represents the currently executing coroutine.
 typedef basic_yield_context<unspecified> yield_context;
 #else // defined(GENERATING_DOCUMENTATION)
 typedef basic_yield_context<
@@ -218,7 +218,7 @@
     const boost::coroutines::attributes& attributes
       = boost::coroutines::attributes());
 
-/// Start a new stackful coroutine that executes in the contex of a strand.
+/// Start a new stackful coroutine that executes in the context of a strand.
 /**
  * This function is used to launch a new coroutine.
  *

Modified: trunk/libs/asio/doc/reference.qbk
==============================================================================
--- trunk/libs/asio/doc/reference.qbk Sat Oct 26 18:39:23 2013 (r86464)
+++ trunk/libs/asio/doc/reference.qbk 2013-10-26 18:42:53 EDT (Sat, 26 Oct 2013) (r86465)
@@ -88253,7 +88253,7 @@
 [section:overload3 spawn (3 of 4 overloads)]
 
 
-Start a new stackful coroutine that executes in the contex of a strand.
+Start a new stackful coroutine that executes in the context of a strand.
 
 
   template<
@@ -105311,7 +105311,7 @@
 [section:yield_context yield_context]
 
 [indexterm1 yield_context]
-Context object the represents the currently executing coroutine.
+Context object that represents the currently executing coroutine.
 
 
   typedef basic_yield_context< unspecified > yield_context;


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