summaryrefslogtreecommitdiff
path: root/src/mwindow.c
diff options
context:
space:
mode:
authorlhchavez <lhchavez@lhchavez.com>2020-07-12 09:53:10 -0700
committerlhchavez <lhchavez@lhchavez.com>2020-07-12 09:53:10 -0700
commit92d42eb3d83a28febbbb50df7c398e32677da28a (patch)
treeea0ec85418e34d26046417552e05d6b04fe76c81 /src/mwindow.c
parentd88994da6058f4dc8260e3c16898ad7ab1b61855 (diff)
downloadlibgit2-92d42eb3d83a28febbbb50df7c398e32677da28a.tar.gz
Minor nits and style formatting
Diffstat (limited to 'src/mwindow.c')
-rw-r--r--src/mwindow.c5
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.
*/