Typo.
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 @@
   /*                                                                       */
   /*        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] );          */
   /*                                                                       */
   /*        ...                                                            */
   /*                                                                       */