Fix comment

svn path=/trunk/netsurf/; revision=11798
This commit is contained in:
John Mark Bell 2011-02-25 19:41:13 +00:00
parent d9280e8d72
commit 021d3afd3e

View File

@ -1255,7 +1255,7 @@ url_func_result url_get_components(const char *url,
* See RFC 3986 for reference. * See RFC 3986 for reference.
* *
* \param components the components to reform into a URL * \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) char *url_reform_components(const struct url_components *components)