Fix the comment fix.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2006 16:22:49 +0000 (16:22 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2006 16:22:49 +0000 (16:22 +0000)
lib/xvasprintf.h

index 8777f13..de55a9f 100644 (file)
@@ -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,