aboutsummaryrefslogtreecommitdiffstats
path: root/cache-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-16 12:07:47 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-16 12:07:47 -0800
commit3ed618f28fc14d38cebe9167b0beece519e7ef80 (patch)
tree42f71697e54db899f53a77f68e573201afd3f4ed /cache-tree.c
parentffd923868574a004ec20a80dbc3b813da9a93b08 (diff)
parentb39a84185e79cff69f9f1f79f1edb014ef27b9c6 (diff)
downloadgit-3ed618f28fc14d38cebe9167b0beece519e7ef80.tar.gz
Merge branch 'ar/dup-words-fixes'
Typofixes. * ar/dup-words-fixes: *: fix typos which duplicate a word
Diffstat (limited to 'cache-tree.c')
-rw-r--r--cache-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache-tree.c b/cache-tree.c
index c97111cccf..9af457f47c 100644
--- a/cache-tree.c
+++ b/cache-tree.c
@@ -405,7 +405,7 @@ static int update_one(struct cache_tree *it,
}
/*
- * CE_INTENT_TO_ADD entries exist on on-disk index but
+ * CE_INTENT_TO_ADD entries exist in on-disk index but
* they are not part of generated trees. Invalidate up
* to root to force cache-tree users to read elsewhere.
*/