From 23cc2d192c4657b7963906317b8af0b8bbe1b0b3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Dec 2023 09:32:04 +0200 Subject: [PATCH] ; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment. --- src/sfnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfnt.c b/src/sfnt.c index 6698c9c27df..553b828a2db 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -12639,7 +12639,7 @@ sfnt_interpret_compound_glyph_2 (struct sfnt_glyph *glyph, sfnt_f26dot6 *x_base, *y_base; /* Figure out how many points and contours there are to instruct. A - minimum of two points must be present, to wit the origin and + minimum of two points must be present, namely: the origin and advance phantom points. */ num_points = context->num_points - base_index; num_contours = context->num_end_points - base_contour; -- 2.39.2