diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-11-01 12:58:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-01 12:58:49 -0700 |
commit | bf2f63a781dfca084b8cbdd9f8e318d35c89488b (patch) | |
tree | 4c46bb63e841204e6a1fe34de681eb5cb218fc8c | |
parent | e828d33316925a50ed88e83b840daef2f98b4171 (diff) | |
parent | 753c4515016c762f2c23bf6243c77868631c8abe (diff) | |
download | git-bf2f63a781dfca084b8cbdd9f8e318d35c89488b.tar.gz |
Merge branch 'cc/split-index-typofix'
Typofix in a comment in code
* cc/split-index-typofix:
split-index: s/eith/with/ typo fix
-rw-r--r-- | split-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/split-index.c b/split-index.c index 35da553655..615f4cac05 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. */ |