summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp')
-rw-r--r--3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp b/3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp
index b339def0c6b..f7b219644e4 100644
--- a/3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp
+++ b/3rdparty/asio/include/asio/detail/pipe_select_interrupter.hpp
@@ -2,7 +2,7 @@
// detail/pipe_select_interrupter.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -43,7 +43,7 @@ public:
// Interrupt the select call.
ASIO_DECL void interrupt();
- // Reset the select interrupt. Returns true if the call was interrupted.
+ // Reset the select interrupter. Returns true if the reset was successful.
ASIO_DECL bool reset();
// Get the read descriptor to be passed to select.