emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 23cc2d192c4: ; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Re


From: Eli Zaretskii
Subject: master 23cc2d192c4: ; * src/sfnt.c (sfnt_interpret_compound_glyph_2): Reword a comment.
Date: Sat, 23 Dec 2023 02:32:32 -0500 (EST)

branch: master
commit 23cc2d192c4657b7963906317b8af0b8bbe1b0b3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]