summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-10-10 12:21:10 +0200
committerWerner Lemberg <wl@gnu.org>2018-10-10 12:21:10 +0200
commit428854931e683b405da20d2f404073f51c5a183d (patch)
tree54f83683a43b5d4d6d490f336e4a96b4aee467ea
parent912e174c662043672f18d52bbec09fa80a1f2d42 (diff)
downloadfreetype2-428854931e683b405da20d2f404073f51c5a183d.tar.gz
Minor.
-rw-r--r--include/freetype/freetype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index dc637f808..88083d505 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2919,8 +2919,8 @@ FT_BEGIN_HEADER
*
* FT_LOAD_PEDANTIC ::
* Make the font driver perform pedantic verifications during glyph
- * loading. This is mostly used to detect broken glyphs in fonts. By
- * default, FreeType tries to handle broken fonts also.
+ * loading and hinting. This is mostly used to detect broken glyphs in
+ * fonts. By default, FreeType tries to handle broken fonts also.
*
* In particular, errors from the TrueType bytecode engine are not
* passed to the application if this flag is not set; this might result