[name] Typo

This commit is contained in:
Behdad Esfahbod 2022-11-02 12:24:04 -06:00
parent fc935fb81b
commit d1f445ec1e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ hb_ot_name_convert_utf (hb_bytes_t bytes,
if (text_size && *text_size)
{
(*text_size)--; /* Same room for NUL-termination. */
(*text_size)--; /* Save room for NUL-termination. */
const typename out_utf_t::codepoint_t *dst_end = text + *text_size;
while (src < src_end && dst < dst_end)