From 97ec63e77bbdf8ad17b6651f77160644a534d31e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 9 Dec 2011 16:19:01 +0100 Subject: [PATCH] Minor comment improvements. --- src/ta.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ta.h b/src/ta.h index 81f264d..af54db2 100644 --- a/src/ta.h +++ b/src/ta.h @@ -89,10 +89,10 @@ /* a single glyph */ typedef struct GLYPH_ { - FT_ULong len1; /* number of bytes before instructions location */ - FT_ULong len2; /* number of bytes after instructions location; */ + FT_ULong len1; /* number of bytes before instruction related data */ + FT_ULong len2; /* number of bytes after instruction related data; */ /* if zero, this indicates a composite glyph */ - FT_Byte* buf; /* extracted glyph data */ + FT_Byte* buf; /* extracted glyph data (without instruction related data) */ FT_ULong flags_offset; /* offset to last flag in a composite glyph */ FT_ULong ins_len; /* number of new instructions */ -- 2.11.4.GIT