From 6b2f1f8771c16c1abb0edf34a9df21ecbfeabd70 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 30 Jun 2014 01:26:32 +0000 Subject: [PATCH] fixed a typo --- qse/include/qse/cmn/utf8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qse/include/qse/cmn/utf8.h b/qse/include/qse/cmn/utf8.h index 32da4e48..f36237a7 100644 --- a/qse/include/qse/cmn/utf8.h +++ b/qse/include/qse/cmn/utf8.h @@ -79,7 +79,7 @@ qse_size_t qse_utf8touc ( ); /** - * The qse_utf8lenmax() function scans at most @a size bytes from the @a utf8 + * The qse_utf8len() function scans at most @a size bytes from the @a utf8 * sequence and returns the number of bytes needed to form a single unicode * character. * @return