unpacker: Fix a typo in the description of DynamicBuffer::operator=().

This commit is contained in:
Petr Zemek 2018-01-24 20:11:43 +01:00
parent b3f8f824d2
commit dcfc5ca224

View File

@ -82,7 +82,7 @@ DynamicBuffer::~DynamicBuffer()
*
* @param rhs Right hand side of the operator.
*
* @return The new DynamicBuffer opbject.
* @return The new DynamicBuffer object.
*/
DynamicBuffer& DynamicBuffer::operator =(DynamicBuffer rhs)
{