summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/nsurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nsurl.h b/utils/nsurl.h
index 383b35711..85e46dfd6 100644
--- a/utils/nsurl.h
+++ b/utils/nsurl.h
@@ -183,7 +183,7 @@ const char *nsurl_access(const nsurl *url);
/**
* Access a NetSurf URL object as a UTF-8 string (for human readable IDNs)
*
- * \param url NetSurf URL to retrieve a string pointer for.
+ * \param url NetSurf URL object
* \param url_s Returns a url string
* \param url_l Returns length of url_s
* \return NSERROR_OK on success, appropriate error otherwise