From: Junio C Hamano Date: Sat, 6 Dec 2008 01:54:11 +0000 (-0800) Subject: read-cache.c: typofix in comment X-Git-Tag: v1.6.1-rc3~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63e8dc5b14b8b80c1a0138c73c875bd82b8b027d;p=git.git read-cache.c: typofix in comment Signed-off-by: Junio C Hamano --- diff --git a/read-cache.c b/read-cache.c index 8579663ee..c14b56231 100644 --- a/read-cache.c +++ b/read-cache.c @@ -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().