summaryrefslogtreecommitdiff
path: root/boost/process/spawn.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/spawn.hpp')
-rw-r--r--boost/process/spawn.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/process/spawn.hpp b/boost/process/spawn.hpp
index fb1e3594b1..70ada3ed1b 100644
--- a/boost/process/spawn.hpp
+++ b/boost/process/spawn.hpp
@@ -42,7 +42,7 @@ but will also cause the system to be unable to wait for the child to exit.
\note This will set `SIGCHLD` to `SIGIGN` on posix.
\warning This function does not allow asynchronous operations, since it cannot wait for the end of the process.
-It will fail to compile if a reference to `boost::asio::io_service` is passed.
+It will fail to compile if a reference to `boost::asio::io_context` is passed.
*/
template<typename ...Args>