Fix error in comment.

This commit is contained in:
Christopher Kohlhoff 2013-08-15 19:29:46 +10:00
parent 89cfb98217
commit c417708af8

View File

@ -41,7 +41,7 @@ namespace asio {
* @e Shared @e objects: Unsafe. * @e Shared @e objects: Unsafe.
* *
* @par Concepts: * @par Concepts:
* AsyncReadStream, AsyncWriteStream, Stream, Sync_Read_Stream, SyncWriteStream. * AsyncReadStream, AsyncWriteStream, Stream, SyncReadStream, SyncWriteStream.
*/ */
template <typename Stream> template <typename Stream>
class buffered_read_stream class buffered_read_stream