summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 47c47fe0f51..ba8a541e779 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6657,7 +6657,7 @@ display marginal areas and the text area. */)
if (!NILP (right_width))
CHECK_NATNUM (right_width);
- /* Do nothing on a tty. */
+ /* Do nothing on a tty. */
if (FRAME_WINDOW_P (WINDOW_XFRAME (w))
&& (!EQ (w->left_fringe_width, left_width)
|| !EQ (w->right_fringe_width, right_width)