[myanmar] Reword confusing comment about masks

This commit is contained in:
Simon Cozens 2022-04-20 16:56:34 +01:00 committed by Behdad Esfahbod
parent 383c11d756
commit 9e59c401e0
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED,
HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_category);
HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_position);
/* We cannot setup masks here. We save information about characters
* and setup masks later on in a pause-callback. */
/* No masks, we just save information about characters. */
unsigned int count = buffer->len;
hb_glyph_info_t *info = buffer->info;