From 65d6bf191a96d98acf7d6c11eb547f6eacec5c04 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Wed, 22 Aug 2012 19:03:00 +0930 Subject: [PATCH] Fix strbuf API comment --- strbuf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/strbuf.h b/strbuf.h index b4498636..e4e2de2d 100644 --- a/strbuf.h +++ b/strbuf.h @@ -132,9 +132,7 @@ typedef const struct strbuf *const_strbuf; /** Convenience macro for filling a strbuf from the calling function's - * printf(3)-like variadic arguments. The returned strbuf is only valid for - * the duration of the function, so it must not be returned. See alloca(3) for - * more information. + * printf(3)-like variadic arguments. See alloca(3) for more information. * * #include *