Skip to content

Commit

Permalink
read-cache.c: typofix in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 8, 2008
1 parent b96524f commit 63e8dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ int write_index(const struct index_state *istate, int newfd)

/*
* 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
* from an unmerged state can call this and check its return value,
* instead of calling read_cache().
Expand Down

0 comments on commit 63e8dc5

Please sign in to comment.