From e921bdebdee3525b0d74053ad5752c59868bf98d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 1 Nov 2013 12:41:27 +0100 Subject: [PATCH] Comment fix. --- src/truetype/ttgload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c index 10a04f40a..5b2eae1eb 100644 --- a/src/truetype/ttgload.c +++ b/src/truetype/ttgload.c @@ -1265,7 +1265,7 @@ /* Calculate the four phantom points. */ /* The first two stand for horizontal origin and advance. */ - /* The last two stand for vertical origin and advance. */ + /* The last two stand for vertical advance and origin. */ #define TT_LOADER_SET_PP( loader ) \ do { \ (loader)->pp1.x = (loader)->bbox.xMin - (loader)->left_bearing; \