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>

Andrew Kreimer committed Sep 19, 2024 at 18:34 UTC d9369f78e71ff909e93f532961f357f15e2f89b7
1 file changed +1 -1
read-cache-ll.h
+1 -1
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,