From: Peter Krempa Date: Thu, 7 Jan 2016 13:18:21 +0000 (+0100) Subject: util: buffer: Sanitize comment for virBufferAddBuffer X-Git-Tag: v1.3.2-rc1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356e28b35ed9a49399a1cdbeb34194c80e3579a4;p=thirdparty%2Flibvirt.git util: buffer: Sanitize comment for virBufferAddBuffer Idioms are usually weird and obscure when translated literally. --- diff --git a/src/util/virbuffer.c b/src/util/virbuffer.c index 55dad37b18..43cd1a7175 100644 --- a/src/util/virbuffer.c +++ b/src/util/virbuffer.c @@ -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)