Skip to content

Commit bf2f63a

Browse files
committed
Merge branch 'cc/split-index-typofix'
Typofix in a comment in code * cc/split-index-typofix: split-index: s/eith/with/ typo fix
2 parents e828d33 + 753c451 commit bf2f63a

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)