summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-09-19 18:57:32 +0300
committerEli Zaretskii <eliz@gnu.org>2022-09-19 18:58:25 +0300
commit10373c4b686106179607c2ceaaa8c105ee55c1cd (patch)
treef6c73f8be203bffcd87673f2914a4d03d558a9e9 /src/font.h
parentc2595b8dcc3c46d2097f1ec25050da0c5efa55b2 (diff)
downloademacs-10373c4b686106179607c2ceaaa8c105ee55c1cd.tar.gz
; More comment fixes in font.h (bug#57935)
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
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,