changeset 6880:4c57482eb676

Fix the comment fix.
author Bruno Haible <bruno@clisp.org>
date Wed, 28 Jun 2006 16:22:49 +0000
parents 68974d0e8a8d
children b81cc83ca315
files lib/xvasprintf.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,