Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 23 Jul 2010 21:32:26 +0000 (17:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 23 Jul 2010 21:32:26 +0000 (17:32 -0400)
src/hb-ot-shape.cc

index 3c224e3..af15661 100644 (file)
@@ -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 {