read-cache.c: typofix in comment
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
b96524f83a
commit
63e8dc5b14
|
@ -1527,7 +1527,7 @@ int write_index(const struct index_state *istate, int newfd)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read the index file that is potentially unmerged into given
|
* Read the index file that is potentially unmerged into given
|
||||||
* index_state, dropping any unmerged entries. Returns true is
|
* index_state, dropping any unmerged entries. Returns true if
|
||||||
* the index is unmerged. Callers who want to refuse to work
|
* the index is unmerged. Callers who want to refuse to work
|
||||||
* from an unmerged state can call this and check its return value,
|
* from an unmerged state can call this and check its return value,
|
||||||
* instead of calling read_cache().
|
* instead of calling read_cache().
|
||||||
|
|
Loading…
Reference in New Issue