changeset 109662:bac133026fa9

xdisp.c (display_line): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 06 Aug 2010 18:53:11 +0300
parents f0037b96cd03
children a4c55c0d8da2
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Fri Aug 06 18:05:21 2010 +0300
+++ b/src/xdisp.c	Fri Aug 06 18:53:11 2010 +0300
@@ -17381,8 +17381,8 @@
 	  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;