mirror of
https://github.com/avast/retdec.git
synced 2024-12-19 19:37:12 +00:00
unpacker: Fix a typo in the description of DynamicBuffer::operator=().
This commit is contained in:
parent
b3f8f824d2
commit
dcfc5ca224
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user