summaryrefslogtreecommitdiff
path: root/boost/asio/detail/call_stack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/detail/call_stack.hpp')
-rw-r--r--boost/asio/detail/call_stack.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/asio/detail/call_stack.hpp b/boost/asio/detail/call_stack.hpp
index 5253e3b153..52de6ef00d 100644
--- a/boost/asio/detail/call_stack.hpp
+++ b/boost/asio/detail/call_stack.hpp
@@ -26,7 +26,7 @@ namespace asio {
namespace detail {
// Helper class to determine whether or not the current thread is inside an
-// invocation of io_service::run() for a specified io_service object.
+// invocation of io_context::run() for a specified io_context object.
template <typename Key, typename Value = unsigned char>
class call_stack
{