Fix error in comment.
diff --git a/asio/include/asio/detail/win_iocp_io_service.hpp b/asio/include/asio/detail/win_iocp_io_service.hpp index b5d7f0b..7a3420d 100644 --- a/asio/include/asio/detail/win_iocp_io_service.hpp +++ b/asio/include/asio/detail/win_iocp_io_service.hpp
@@ -126,7 +126,7 @@ ASIO_DECL void post_deferred_completions( op_queue<win_iocp_operation>& ops); - // Enqueue unfinished operation as part of a shutdown_service operation. + // Process unfinished operations as part of a shutdown_service operation. // Assumes that work_started() was previously called for the operations. ASIO_DECL void abandon_operations(op_queue<operation>& ops);