Mercurial > emacs
changeset 40619:4e8c66bd2abb
(grow_mini_window): Fix typo in comment.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 01 Nov 2001 14:23:38 +0000 |
parents | 04c9ddfb2b2a |
children | e1d4047f44bd |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Thu Nov 01 14:07:22 2001 +0000 +++ b/src/window.c Thu Nov 01 14:23:38 2001 +0000 @@ -3751,7 +3751,7 @@ { int min_height = window_min_size (root, 0, 0, 0); if (XFASTINT (root->height) - delta < min_height) - /* Note that the roor window may already be smaller than + /* Note that the root window may already be smaller than min_height. */ delta = max (0, XFASTINT (root->height) - min_height); }