From ed798da1f27438cd8f04c3e613196c68bf22c599 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 14 Aug 2023 13:50:00 +1200 Subject: [PATCH] wind: Fix documentation comment Signed-off-by: Joseph Sutton --- lib/wind/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wind/utf8.c b/lib/wind/utf8.c index 4559109f3..c0eedb5dd 100644 --- a/lib/wind/utf8.c +++ b/lib/wind/utf8.c @@ -431,7 +431,7 @@ wind_utf8ucs2(const char *in, uint16_t *out, size_t *out_len) * string. * * @param in an UTF-8 string to convert. - * @param out_len the length of the resulting UCS4 string. + * @param out_len the length of the resulting UCS2 string. * * @return returns 0 on success, an wind error code otherwise * @ingroup wind