fixed a typo

This commit is contained in:
hyung-hwan 2014-06-30 01:26:32 +00:00
parent 4bb71a765e
commit 6b2f1f8771

View File

@ -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 * sequence and returns the number of bytes needed to form a single unicode
* character. * character.
* @return * @return