From 6cf63132dc771e1bcd5627720daf4bd2ea0800a5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 23 Jul 2010 17:32:26 -0400 Subject: [PATCH] Minor --- src/hb-ot-shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 3c224e33..af156616 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -197,7 +197,7 @@ struct hb_mask_allocator_t { map->tag = info->tag; map->index = feature_index; if (info->global && info->value == 1) { - /* Uses the global bit */ + /* Use the global bit */ map->shift = 0; map->mask = 1; } else { -- GitLab