Fix error in comment.

This commit is contained in:
Christopher Kohlhoff 2011-03-23 15:14:58 +11:00
parent 81a6a51c0c
commit 9c5828de73

View File

@ -126,7 +126,7 @@ public:
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);