Mercurial > emacs
diff src/window.c @ 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 | 9461cfa8d18d |
| children | cdfd4d09b79a |
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); }
