|
Boost-Commit : |
From: chris_at_[hidden]
Date: 2008-09-01 19:07:29
Author: chris_kohlhoff
Date: 2008-09-01 19:07:29 EDT (Mon, 01 Sep 2008)
New Revision: 48526
URL: http://svn.boost.org/trac/boost/changeset/48526
Log:
Fix error in comment.
Text files modified:
trunk/libs/asio/example/nonblocking/third_party_lib.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/asio/example/nonblocking/third_party_lib.cpp
==============================================================================
--- trunk/libs/asio/example/nonblocking/third_party_lib.cpp (original)
+++ trunk/libs/asio/example/nonblocking/third_party_lib.cpp 2008-09-01 19:07:29 EDT (Mon, 01 Sep 2008)
@@ -150,7 +150,7 @@
// Otherwise, an error occurred. Closing the socket cancels any outstanding
// asynchronous read or write operations. The connection object will be
- // destroyed once automatically once those outstanding operations complete.
+ // destroyed automatically once those outstanding operations complete.
else
socket_.close();
}
@@ -170,7 +170,7 @@
// Otherwise, an error occurred. Closing the socket cancels any outstanding
// asynchronous read or write operations. The connection object will be
- // destroyed once automatically once those outstanding operations complete.
+ // destroyed automatically once those outstanding operations complete.
else
socket_.close();
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk