# HG changeset patch # User Eli Zaretskii # Date 1281109991 -10800 # Node ID bac133026fa9aa78a47074f3f46d06a7ddcbd924 # Parent f0037b96cd03a0b6ced0ab39ea34c18c346a4d41 xdisp.c (display_line): Fix a typo in a comment. diff -r f0037b96cd03 -r bac133026fa9 src/xdisp.c --- 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;