summaryrefslogtreecommitdiff
path: root/utils/utf8.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-10-08 14:51:48 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-10-08 14:52:24 +0100
commit5800789df23dd5fd42c1abc161f4d53d290352e5 (patch)
treeb3d75d8de53b0da352767bf2d2f3a3c90dbbf927 /utils/utf8.c
parent953b937829d6b08bc353c2fab7bed0d8277b0237 (diff)
downloadnetsurf-5800789df23dd5fd42c1abc161f4d53d290352e5.tar.gz
netsurf-5800789df23dd5fd42c1abc161f4d53d290352e5.tar.bz2
trivial docuemntation cleanups to address some of the huge number of docuemntation warnings
Diffstat (limited to 'utils/utf8.c')
-rw-r--r--utils/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utf8.c b/utils/utf8.c
index 3cdea047c..5c27fa7c6 100644
--- a/utils/utf8.c
+++ b/utils/utf8.c
@@ -42,7 +42,7 @@ static utf8_convert_ret utf8_convert(const char *string, size_t len,
* Encoding of UCS values outside the UTF-16 plane has been removed from
* RFC3629. This function conforms to RFC2279, however.
*
- * \param s The sequence to process
+ * \param s_in The sequence to process
* \param l Length of sequence
* \return UCS4 character
*/