From 78db8a2570b51a7503078c228afeec90147817c4 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 13 May 2018 11:53:01 +0200 Subject: [PATCH] Typo. --- include/freetype/ftglyph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h index 5f3fc009c..08cf585a0 100644 --- a/include/freetype/ftglyph.h +++ b/include/freetype/ftglyph.h @@ -495,7 +495,7 @@ FT_BEGIN_HEADER /* */ /* for ( idx = 0; i < MAX_GLYPHS; i++ ) */ /* error = FT_Load_Glyph( face, idx, FT_LOAD_DEFAULT ) || */ - /* FT_Get_Glyph ( face->glyph, &glyph[idx] ); */ + /* FT_Get_Glyph ( face->glyph, &glyphs[idx] ); */ /* */ /* ... */ /* */