From dbfd2bf3275466ea507a8a41614e4785873213f4 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 30 Jun 2022 23:04:35 +0000 Subject: [PATCH] minor. --- src/hb-subset-plan.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-subset-plan.cc b/src/hb-subset-plan.cc index 574d45eff..851504fa9 100644 --- a/src/hb-subset-plan.cc +++ b/src/hb-subset-plan.cc @@ -91,7 +91,7 @@ _remap_indexes (const hb_set_t *indexes, typedef void (*layout_collect_func_t) (hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes /* OUT */); -/** +/* * Removes all tags from 'tags' that are not in filter. Additionally eliminates any duplicates. * Returns true if anything was removed (not including duplicates). */