Commit e921bdebdee3525b0d74053ad5752c59868bf98d

Werner Lemberg 2013-11-01T12:41:27

Comment fix.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index 10a04f4..5b2eae1 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; \