[name] Typo

This commit is contained in:
Behdad Esfahbod 2022-11-08 14:53:27 -07:00
parent 27c8bbcb04
commit 55edf59d52
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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)