From: Behdad Esfahbod Date: Wed, 12 Aug 2009 23:23:16 +0000 (-0400) Subject: [HB] Add comment X-Git-Tag: 1.25.3~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2059465b5d9440126d99a78aae7f785d89572194;p=platform%2Fupstream%2Fpango.git [HB] Add comment --- diff --git a/pango/opentype/hb-buffer-private.h b/pango/opentype/hb-buffer-private.h index 7ed6806..2d2ea06 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;