mirror of https://gitee.com/openkylin/libvirt.git
util: buffer: Sanitize comment for virBufferAddBuffer
Idioms are usually weird and obscure when translated literally.
This commit is contained in:
parent
7141fc7a27
commit
356e28b35e
|
@ -180,8 +180,7 @@ virBufferAdd(virBufferPtr buf, const char *str, int len)
|
|||
* virBufferContentAndReset(), virBufferAdd(). Auto indentation
|
||||
* is (intentionally) NOT applied!
|
||||
*
|
||||
* Moreover, be aware that @toadd is eaten with hair. IOW, the
|
||||
* @toadd buffer is reset after this.
|
||||
* The @toadd virBuffer is consumed and cleared.
|
||||
*/
|
||||
void
|
||||
virBufferAddBuffer(virBufferPtr buf, virBufferPtr toadd)
|
||||
|
|
Loading…
Reference in New Issue