Fix copy/paste error in comment.

This commit is contained in:
Christopher Kohlhoff 2011-03-06 20:23:51 +11:00
parent 809d00d92a
commit 402f9dc5f1

View File

@ -94,7 +94,7 @@ public:
#if defined(ASIO_HAS_MOVE) || defined(GENERATING_DOCUMENTATION) #if defined(ASIO_HAS_MOVE) || defined(GENERATING_DOCUMENTATION)
/// Move-construct a basic_descriptor from another. /// Move-construct a basic_descriptor from another.
/** /**
* This constructor moves a stream descriptor from one object to another. * This constructor moves a descriptor from one object to another.
* *
* @param other The other basic_descriptor object from which the move will * @param other The other basic_descriptor object from which the move will
* occur. * occur.