From 6e0dca3d12acc38d9d607fe31b83a6d4c69b6492 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 21 Jun 2005 11:29:47 +0000 Subject: [PATCH] Fix typo in comment. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 1f2af647677..aec6c16eb9c 100644 --- a/src/window.c +++ b/src/window.c @@ -4180,7 +4180,7 @@ enlarge_window (window, delta, widthflag, preserve_before) The number of children n equals the number of resizable children of this window + 1 because we know window itself - is resizable (otherwise we would have signalled an error. */ + is resizable (otherwise we would have signalled an error). */ struct window *w = XWINDOW (window); Lisp_Object s; -- 2.39.2