[ot-layout] Comment

This commit is contained in:
Behdad Esfahbod 2022-03-24 13:09:53 -06:00
parent a792e16e48
commit bf2a845a17
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ static inline void apply_lookup (hb_ot_apply_context_t *c,
} }
else else
{ {
/* NOTE: delta is negative. */ /* NOTE: delta is non-positive. */
delta = hb_max (delta, (int) next - (int) count); delta = hb_max (delta, (int) next - (int) count);
next -= delta; next -= delta;
} }