summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp')
-rw-r--r--3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp b/3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp
index fcc86637ad6..964e90c7439 100644
--- a/3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp
+++ b/3rdparty/asio/include/asio/detail/eventfd_select_interrupter.hpp
@@ -2,7 +2,7 @@
// detail/eventfd_select_interrupter.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2008 Roelof Naude (roelof.naude at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
@@ -40,7 +40,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.