From 7e4920fd1577987bf6804f67765e22a84983e057 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 7 Aug 2012 22:32:23 -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 9e1a4c4..4abb76f 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -301,7 +301,7 @@ hb_mirror_chars (hb_ot_shape_context_t *c) for (unsigned int i = 0; i < count; i++) { hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint); if (likely (codepoint == c->buffer->info[i].codepoint)) - c->buffer->info[i].mask |= rtlm_mask; /* XXX this should be moved to before setting user-feature masks */ + c->buffer->info[i].mask |= rtlm_mask; /* TODO this should be moved to before setting user-feature masks */ else c->buffer->info[i].codepoint = codepoint; } -- 2.7.4