From 10373c4b686106179607c2ceaaa8c105ee55c1cd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 19 Sep 2022 18:57:32 +0300 Subject: [PATCH] ; More comment fixes in font.h (bug#57935) --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index d083ae8f842..5564d73b712 100644 --- a/src/font.h +++ b/src/font.h @@ -659,7 +659,7 @@ struct font_driver /* Optional. Draw glyphs between FROM and TO of S->char2b at (X Y) pixel - position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND, + position of frame S->f with S->face and S->gc. If WITH_BACKGROUND, fill the background in advance. It is assured that WITH_BACKGROUND is false when (FROM > 0 || TO < S->nchars). */ int (*draw) (struct glyph_string *s, int from, int to, -- 2.39.2