From: Behdad Esfahbod Date: Tue, 11 May 2010 17:54:12 +0000 (-0400) Subject: Fix comment X-Git-Tag: submit/master/20120920.151126~7^2~679 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3df649f258b334e93c7626a43cd8ebfbd5a610e;p=framework%2Fuifw%2Fharfbuzz.git Fix comment --- diff --git a/src/hb-buffer-private.h b/src/hb-buffer-private.h index d4a1641..bc562ba 100644 --- a/src/hb-buffer-private.h +++ b/src/hb-buffer-private.h @@ -54,8 +54,7 @@ typedef struct _hb_internal_glyph_position_t { uint32_t back : 16; /* number of glyphs to go back for drawing current glyph */ int32_t cursive_chain : 16; /* character to which this connects, - may be positive or negative; used - only internally */ + may be positive or negative */ } hb_internal_glyph_position_t; ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_internal_glyph_info_t));