Commit d4b6a2053f5bd86366f78efb6446f7aa5279b7c4

Alexei Podtelezhnikov 2017-02-24T21:54:01

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index e21a220..1a049ef 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -619,7 +619,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*    {                                                                  */
   /*      x' = (x << shift) - delta                                        */
-  /*      y' = (x << shift) - delta                                        */
+  /*      y' = (y << shift) - delta                                        */
   /*    }                                                                  */
   /*                                                                       */
   /*    Set the values of `shift' and `delta' to~0 to get the original     */