aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:32 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commitd9369f78e71ff909e93f532961f357f15e2f89b7 (patch)
treee35fc08236afeb01d15fd65adff8acf3ac23e4d8
parente13c49a4c56460c902b6d5ba8dfcf3c8530842eb (diff)
downloadgit-d9369f78e71ff909e93f532961f357f15e2f89b7.tar.gz
read-cache-ll: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--read-cache-ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache-ll.h b/read-cache-ll.h
index e0e39607ef..b5d11d07a8 100644
--- a/read-cache-ll.h
+++ b/read-cache-ll.h
@@ -151,7 +151,7 @@ enum sparse_index_mode {
/*
* The index has already been collapsed to sparse directories
- * whereever possible.
+ * wherever possible.
*/
INDEX_COLLAPSED,