aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2019-06-02 17:40:18 +0300
committerEli Zaretskii2019-06-02 17:40:18 +0300
commitde9cdc1187e147462431dd89c0790d0de7c7c217 (patch)
treed030733c66f66e50ac9eb74b8b2a792ef3dde21f /src
parent295572c6f603c7150f68f3a7479fb0969b2f86d0 (diff)
downloademacs-de9cdc1187e147462431dd89c0790d0de7c7c217.tar.gz
emacs-de9cdc1187e147462431dd89c0790d0de7c7c217.zip
; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/hbfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hbfont.c b/src/hbfont.c
index 88767c30afe..5923efd488d 100644
--- a/src/hbfont.c
+++ b/src/hbfont.c
@@ -362,7 +362,7 @@ hbfont_shape (Lisp_Object lgstring, Lisp_Object direction)
362 362
363 FIXME: maybe drop this guessing once script and language handling 363 FIXME: maybe drop this guessing once script and language handling
364 is fixed above; but then will need to guess the direction by 364 is fixed above; but then will need to guess the direction by
365 ourselves, perhaps by looking at the the characters using 365 ourselves, perhaps by looking at the characters using
366 bidi_get_type or somesuch. */ 366 bidi_get_type or somesuch. */
367 hb_buffer_guess_segment_properties (hb_buffer); 367 hb_buffer_guess_segment_properties (hb_buffer);
368 368