summaryrefslogtreecommitdiff
path: root/split-index.c
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2016-10-23 09:26:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-11-01 18:48:02 (GMT)
commit753c4515016c762f2c23bf6243c77868631c8abe (patch)
tree6ebc7b797ee7b15ab6b63e31888cc8c8cd31de5f /split-index.c
parent1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1 (diff)
downloadgit-753c4515016c762f2c23bf6243c77868631c8abe.zip
git-753c4515016c762f2c23bf6243c77868631c8abe.tar.gz
git-753c4515016c762f2c23bf6243c77868631c8abe.tar.bz2
split-index: s/eith/with/ typo fix
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'split-index.c')
-rw-r--r--split-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/split-index.c b/split-index.c
index 35da553..615f4ca 100644
--- a/split-index.c
+++ b/split-index.c
@@ -187,7 +187,7 @@ void prepare_to_write_split_index(struct index_state *istate)
/* Go through istate->cache[] and mark CE_MATCHED to
* entry with positive index. We'll go through
* base->cache[] later to delete all entries in base
- * that are not marked eith either CE_MATCHED or
+ * that are not marked with either CE_MATCHED or
* CE_UPDATE_IN_BASE. If istate->cache[i] is a
* duplicate, deduplicate it.
*/