diff options
author | lhchavez <lhchavez@lhchavez.com> | 2020-07-12 09:53:10 -0700 |
---|---|---|
committer | lhchavez <lhchavez@lhchavez.com> | 2020-07-12 09:53:10 -0700 |
commit | 92d42eb3d83a28febbbb50df7c398e32677da28a (patch) | |
tree | ea0ec85418e34d26046417552e05d6b04fe76c81 /src/mwindow.c | |
parent | d88994da6058f4dc8260e3c16898ad7ab1b61855 (diff) | |
download | libgit2-92d42eb3d83a28febbbb50df7c398e32677da28a.tar.gz |
Minor nits and style formatting
Diffstat (limited to 'src/mwindow.c')
-rw-r--r-- | src/mwindow.c | 5 |
1 files changed, 3 insertions, 2 deletions
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. */ |