]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Dec 2023 07:32:04 +0000 (09:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Dec 2023 07:32:04 +0000 (09:32 +0200)
src/sfnt.c

index 6698c9c27df83dc07ab5384efb952676ee854ed6..553b828a2db278912feace3e4b6a61ab4ea95549 100644 (file)
@@ -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;