From 021d3afd3e6276834ff992518b8a9e8498d1e24e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 25 Feb 2011 19:41:13 +0000 Subject: Fix comment svn path=/trunk/netsurf/; revision=11798 --- utils/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/url.c b/utils/url.c index ba7cc01bb..52917afab 100644 --- a/utils/url.c +++ b/utils/url.c @@ -1255,7 +1255,7 @@ url_func_result url_get_components(const char *url, * See RFC 3986 for reference. * * \param components the components to reform into a URL - * \return a new URL allocated on the stack, or NULL on failure + * \return a new URL allocated on the heap, or NULL on failure */ char *url_reform_components(const struct url_components *components) -- cgit v1.2.3