From d4b6a2053f5bd86366f78efb6446f7aa5279b7c4 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Fri, 24 Feb 2017 21:54:01 -0500 Subject: [PATCH] Typo. --- include/freetype/ftimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h index e21a2203b..1a049ef16 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 */