summaryrefslogtreecommitdiff
path: root/include/freetype/ftglyph.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-05-13 11:53:01 +0200
committerWerner Lemberg <wl@gnu.org>2018-05-13 11:53:01 +0200
commit78db8a2570b51a7503078c228afeec90147817c4 (patch)
tree43522ba6256671d16d7a24607dbc2c5f13c4f2c5 /include/freetype/ftglyph.h
parent1b2abda9d23b218e08e240fc3d062661c22258d1 (diff)
downloadfreetype2-78db8a2570b51a7503078c228afeec90147817c4.tar.gz
Typo.
Diffstat (limited to 'include/freetype/ftglyph.h')
-rw-r--r--include/freetype/ftglyph.h2
1 files changed, 1 insertions, 1 deletions
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] ); */
/* */
/* ... */
/* */