From a54a5505a35eef5315a8e2e7a79502901e3eff5f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Jul 2011 16:42:10 -0400 Subject: [PATCH] Minor --- src/hb-ot-shape-complex-indic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 53464aa..03ea10f 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -293,8 +293,8 @@ void _hb_ot_shape_complex_collect_features_indic (hb_ot_map_builder_t *map, const hb_segment_properties_t *props) { map->add_bool_feature (HB_TAG('l','o','c','l')); - /* The Indic specs do not require ccmp, but we apply since if there is a - * use of it, it's typically at the beginning. */ + /* The Indic specs do not require ccmp, but we apply it here since if + * there is a use of it, it's typically at the beginning. */ map->add_bool_feature (HB_TAG('c','c','m','p')); map->add_gsub_pause (NULL, NULL); -- 2.7.4