From c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 18 Feb 2013 18:34:09 +0200 Subject: [PATCH] Fix a typo in a comment. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 9d2994f0728..55d1272faaf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -28422,7 +28422,7 @@ x_draw_vertical_border (struct window *w) if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame))) return; - /* Note: It is necessary to redraw bot the left and the right + /* Note: It is necessary to redraw both the left and the right borders, for when only this single window W is being redisplayed. */ if (!WINDOW_RIGHTMOST_P (w) -- 2.39.5