summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-12 19:23:16 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-12 19:23:16 -0400
commit2059465b5d9440126d99a78aae7f785d89572194 (patch)
tree9ef241cfebd4368d2269f6a4f8f8fee45cb5e7b6
parent7b1b94b255d616759672b03b2cf4b88aa013271a (diff)
downloadpango-2059465b5d9440126d99a78aae7f785d89572194.tar.gz
[HB] Add comment
-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;