From 92d42eb3d83a28febbbb50df7c398e32677da28a Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 12 Jul 2020 09:53:10 -0700 Subject: Minor nits and style formatting --- src/mwindow.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mwindow.c') diff --git a/src/mwindow.c b/src/mwindow.c index 10cefbf2a..c257f0c71 100644 --- a/src/mwindow.c +++ b/src/mwindow.c @@ -273,8 +273,9 @@ static int git_mwindow_close_lru_window(void) } /* - * Close the file that does not have any open windows AND contains the - * least-recently-used most-recently-used window. + * Close the file that does not have any open windows AND whose + * most-recently-used window is the least-recently used one across all + * currently open files. * * Called under lock from new_window. */ -- cgit v1.2.1