summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-07-24 12:21:23 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-07-24 12:21:23 +0100
commit90a260a2ccf33a399c87b1619d3b82e19b84020f (patch)
treeec478f289a17e8bd91ac1ecdf72f5c4ddf570439
parentf9870c41f5404be33a15fe75f8a431053782597b (diff)
downloadnetsurf-90a260a2ccf33a399c87b1619d3b82e19b84020f.tar.gz
netsurf-90a260a2ccf33a399c87b1619d3b82e19b84020f.tar.bz2
Doxygen: Fix instance of bad function comment syntax.
-rw-r--r--utils/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/url.h b/utils/url.h
index 94579e39e..8bbd68d33 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -46,7 +46,7 @@ nserror url_escape(const char *unescaped, size_t toskip, bool sptoplus,
* Convert an escaped string to plain.
*
* \param[in] str String to unescape.
- * \parm[in] length Length of string or 0 to use strlen
+ * \param[in] length Length of string or 0 to use strlen
* \param[out] result unescaped string owned by caller must be freed with free()
* \return NSERROR_OK on success
*/