From: Eli Zaretskii Date: Mon, 18 Feb 2013 16:34:09 +0000 (+0200) Subject: Fix a typo in a comment. X-Git-Tag: emacs-24.3-rc1~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b;p=emacs.git Fix a typo in a comment. --- 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)