Skip to content

Commit 753c451

Browse files
chriscoolgitster
authored andcommitted
split-index: s/eith/with/ typo fix
Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1fe8f2c commit 753c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

split-index.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void prepare_to_write_split_index(struct index_state *istate)
187187
/* Go through istate->cache[] and mark CE_MATCHED to
188188
* entry with positive index. We'll go through
189189
* base->cache[] later to delete all entries in base
190-
* that are not marked eith either CE_MATCHED or
190+
* that are not marked with either CE_MATCHED or
191191
* CE_UPDATE_IN_BASE. If istate->cache[i] is a
192192
* duplicate, deduplicate it.
193193
*/

0 commit comments

Comments
 (0)