From 7e84360e8d12d9cb9817319207eb4154fad71c3c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 28 Jun 2006 16:22:49 +0000 Subject: [PATCH] Fix the comment fix. --- lib/xvasprintf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.11.0