]> git.ipfire.org Git - thirdparty/git.git/commitdiff
read-cache-ll: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:32 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache-ll.h

index e0e39607ef3231ffe77ea8c5512dd0672ef52969..b5d11d07a869629070c1f42084c810b7d0bb8ef6 100644 (file)
@@ -151,7 +151,7 @@ enum sparse_index_mode {
 
        /*
         * The index has already been collapsed to sparse directories
-        * whereever possible.
+        * wherever possible.
         */
        INDEX_COLLAPSED,