Module: wine Branch: master Commit: 9d5e17654db43d4dff9c32488d8f0c93877e2092 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9d5e17654db43d4dff9c32488...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 16 10:32:02 2021 +0100
dwrite: Fix the case of FreeType in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dwrite/opentype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c index a74c9712b6a..6e5624c622a 100644 --- a/dlls/dwrite/opentype.c +++ b/dlls/dwrite/opentype.c @@ -6484,7 +6484,7 @@ BOOL opentype_has_kerning_pairs(struct dwrite_fontface *fontface) count = GET_BE_WORD(header->table_count); offset = sizeof(*header);
- /* Freetype limits table count this way. */ + /* FreeType limits table count this way. */ count = min(count, 32);
/* Check for presence of format 0 subtable with horizontal coverage. */