summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/url.c2
1 files changed, 1 insertions, 1 deletions
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)