From 33dd480f04ffb1439b17a9dac34d5e2ccd4cdbc9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Aug 2010 18:53:11 +0300 Subject: [PATCH] xdisp.c (display_line): Fix a typo in a comment. --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 81418b2d66f..73299c95d1f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -17381,8 +17381,8 @@ display_line (struct it *it) row->ends_at_zv_p = 1; /* A row that displays right-to-left text must always have its last face extended all the way to the end of line, - even if this row ends in ZV, because we still write to th - screen left to right. */ + even if this row ends in ZV, because we still write to + the screen left to right. */ if (row->reversed_p) extend_face_to_end_of_line (it); break; -- 2.39.2