Fix error in comment.

This commit is contained in:
chris_kohlhoff 2008-09-01 09:32:58 +00:00
parent 9e60be2146
commit e8b47db82c

View File

@ -150,7 +150,7 @@ private:
// 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 @@ private:
// 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();
}