summaryrefslogtreecommitdiff
path: root/src/util/support/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/utf8.c')
-rw-r--r--src/util/support/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/support/utf8.c b/src/util/support/utf8.c
index e42c0c7dc82b..34e2b6adb059 100644
--- a/src/util/support/utf8.c
+++ b/src/util/support/utf8.c
@@ -205,7 +205,7 @@ int krb5int_utf8_to_ucs2(const char *p, krb5_ucs2 *out)
return 0;
}
-/* conv UCS-2 to UTF-8, not used */
+/* conv UCS-4 to UTF-8 */
size_t krb5int_ucs4_to_utf8(krb5_ucs4 c, char *buf)
{
size_t len = 0;