summaryrefslogtreecommitdiff
path: root/src/w32font.c
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-05-27 10:11:15 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-05-27 10:11:15 +0200
commit225b426f256ba00aff7669ad18a5c85f86e22f67 (patch)
tree5453144d594bfa867b39fd965c7b41f7492b428e /src/w32font.c
parent21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8 (diff)
downloademacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.gz
emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.bz2
emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.zip
; Fix typos
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index f2d4e5e45e8..70cfdd6bbe1 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -430,7 +430,7 @@ w32font_encode_char (struct font *font, int c)
}
/* w32 implementation of text_extents for font backend.
- Perform the size computation of glyphs of FONT and fillin members
+ Perform the size computation of glyphs of FONT and fill in members
of METRICS. The glyphs are specified by their glyph codes in
CODE (length NGLYPHS). Apparently metrics can be NULL, in this
case just return the overall width. */