aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-05 17:54:11 -0800
committerJunio C Hamano <gitster@pobox.com>2008-12-07 19:08:23 -0800
commit63e8dc5b14b8b80c1a0138c73c875bd82b8b027d (patch)
treec91e91c312cd0573c45ad257e412d01824214c98 /read-cache.c
parentb96524f83aa6ba7bd08fb59bb0aa07453a984a8d (diff)
downloadgit-63e8dc5b14b8b80c1a0138c73c875bd82b8b027d.tar.gz
git-63e8dc5b14b8b80c1a0138c73c875bd82b8b027d.tar.xz
read-cache.c: typofix in comment
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
-rw-r--r--read-cache.c2
1 files changed, 1 insertions, 1 deletions
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().