util: buffer: Sanitize comment for virBufferAddBuffer

Idioms are usually weird and obscure when translated literally.
This commit is contained in:
Peter Krempa 2016-01-07 14:18:21 +01:00
parent 7141fc7a27
commit 356e28b35e

View File

@ -180,8 +180,7 @@ virBufferAdd(virBufferPtr buf, const char *str, int len)
* virBufferContentAndReset(), virBufferAdd(). Auto indentation * virBufferContentAndReset(), virBufferAdd(). Auto indentation
* is (intentionally) NOT applied! * is (intentionally) NOT applied!
* *
* Moreover, be aware that @toadd is eaten with hair. IOW, the * The @toadd virBuffer is consumed and cleared.
* @toadd buffer is reset after this.
*/ */
void void
virBufferAddBuffer(virBufferPtr buf, virBufferPtr toadd) virBufferAddBuffer(virBufferPtr buf, virBufferPtr toadd)