summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-buffer-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-buffer-private.h')
-rw-r--r--pango/opentype/hb-buffer-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-buffer-private.h b/pango/opentype/hb-buffer-private.h
index 7ed68062..2d2ea062 100644
--- a/pango/opentype/hb-buffer-private.h
+++ b/pango/opentype/hb-buffer-private.h
@@ -75,7 +75,7 @@ struct _hb_buffer_t {
unsigned int in_length;
unsigned int out_length;
unsigned int in_pos;
- unsigned int out_pos;
+ unsigned int out_pos; /* out_length and out_pos are actually always the same */
hb_internal_glyph_info_t *in_string;
hb_internal_glyph_info_t *out_string;