Commit 428854931e683b405da20d2f404073f51c5a183d

Werner Lemberg 2018-10-10T12:21:10

Minor.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index dc637f8..88083d5 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