From: Bruno Haible Date: Wed, 28 Jun 2006 16:22:49 +0000 (+0000) Subject: Fix the comment fix. X-Git-Tag: cvs-readonly~2306 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7e84360e8d12d9cb9817319207eb4154fad71c3c;p=gnulib.git Fix the comment fix. --- diff --git a/lib/xvasprintf.h b/lib/xvasprintf.h index 8777f1374..de55a9f0c 100644 --- a/lib/xvasprintf.h +++ b/lib/xvasprintf.h @@ -38,8 +38,8 @@ extern "C" { #endif -/* Write formatted output to a string dynamically allocated with malloc(). - Upon [ENOMEM] memory allocation error, call xalloc_die. +/* Write formatted output to a string dynamically allocated with malloc(), + and return it. Upon [ENOMEM] memory allocation error, call xalloc_die. On some other error - [EOVERFLOW] resulting string length is > INT_MAX, - [EINVAL] invalid format string,