Commit 78db8a2570b51a7503078c228afeec90147817c4

Werner Lemberg 2018-05-13T11:53:01

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index 5f3fc00..08cf585 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] );          */
   /*                                                                       */
   /*        ...                                                            */
   /*                                                                       */