diff -r ./include_mark_bak/freetype/config/ftoption.h ./include_mark/freetype/config/ftoption.h
95,101c95,97
<    *   <optional whitespace>
<    *   <module-name1> ':'
<    *   <property-name1> '=' <property-value1>
<    *   <whitespace>
<    *   <module-name2> ':'
<    *   <property-name2> '=' <property-value2>
<    *   ...
---
>    *   <optional whitespace> <module-name1> ':' <property-name1> '='
>    *   <property-value1> <whitespace> <module-name2> ':' <property-name2> '='
>    *   <property-value2> ...
108,109c104
<    *                       cff:no-stem-darkening=1 \
<    *                       autofitter:warping=1
---
>    *                       cff:no-stem-darkening=1 \ autofitter:warping=1

diff -r ./include_mark_bak/freetype/ftsystem.h ./include_mark/freetype/ftsystem.h
51c50
<    *                 M E M O R Y   M A N A G E M E N T
---
>    *                 M E M O R Y M A N A G E M E N T
182c181
<    *                      I / O   M A N A G E M E N T
---
>    *                      I / O M A N A G E M E N T

diff -r ./include_mark_bak/freetype/internal/ftserv.h ./include_mark/freetype/internal/ftserv.h
165,174c165,169
<    *   FT_DEFINE_SERVICEDESCREC1
<    *   FT_DEFINE_SERVICEDESCREC2
<    *   FT_DEFINE_SERVICEDESCREC3
<    *   FT_DEFINE_SERVICEDESCREC4
<    *   FT_DEFINE_SERVICEDESCREC5
<    *   FT_DEFINE_SERVICEDESCREC6
<    *   FT_DEFINE_SERVICEDESCREC7
<    *   FT_DEFINE_SERVICEDESCREC8
<    *   FT_DEFINE_SERVICEDESCREC9
<    *   FT_DEFINE_SERVICEDESCREC10
---
>    *   FT_DEFINE_SERVICEDESCREC1 FT_DEFINE_SERVICEDESCREC2
>    *   FT_DEFINE_SERVICEDESCREC3 FT_DEFINE_SERVICEDESCREC4
>    *   FT_DEFINE_SERVICEDESCREC5 FT_DEFINE_SERVICEDESCREC6
>    *   FT_DEFINE_SERVICEDESCREC7 FT_DEFINE_SERVICEDESCREC8
>    *   FT_DEFINE_SERVICEDESCREC9 FT_DEFINE_SERVICEDESCREC10

diff -r ./include_mark_bak/freetype/internal/tttypes.h ./include_mark/freetype/internal/tttypes.h
1010,1015c994,997
<    *   ULONG    item_name    Offset in string table to item name.
<    *   USHORT   item_type    The item type.  Possible values are
<    *                            0 => string (e.g., COMMENT)
<    *                            1 => atom   (e.g., FONT or even SIZE)
<    *                            2 => int32
<    *                            3 => uint32
---
>    *   ULONG item_name Offset in string table to item name.  USHORT item_type
>    *   The item type.  Possible values are
>    *                            0 => string (e.g., COMMENT) 1 => atom (e.g.,
>    *                            FONT or even SIZE) 2 => int32 3 => uint32

1017,1018c999,1000
<    *                                 is ORed with the above values.
<    *   ULONG    item_value   For strings  => Offset into string table without
---
>    *                                 is ORed with the above values.  ULONG
>    *   item_value For strings => Offset into string table without
1020,1021c1002,1003
<    *                         For atoms    => Offset into string table.
<    *                         For integers => Direct value.
---
>    *                         For atoms => Offset into string table.  For
>    *                         integers => Direct value.

diff -r ./include_mark_bak/freetype/ttnameid.h ./include_mark/freetype/ttnameid.h
440c439,440
<    *     https://docs.microsoft.com/en-us/windows/desktop/Intl/language-identifier-constants-and-strings ,
---
>    *     https://docs.microsoft.com/en-us/windows/desktop/Intl/language-identifier-constants-and-strings
>    *     ,
