summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-06 01:54:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-12-08 03:08:23 (GMT)
commit63e8dc5b14b8b80c1a0138c73c875bd82b8b027d (patch)
treec91e91c312cd0573c45ad257e412d01824214c98
parentb96524f83aa6ba7bd08fb59bb0aa07453a984a8d (diff)
downloadgit-63e8dc5b14b8b80c1a0138c73c875bd82b8b027d.zip
git-63e8dc5b14b8b80c1a0138c73c875bd82b8b027d.tar.gz
git-63e8dc5b14b8b80c1a0138c73c875bd82b8b027d.tar.bz2
read-cache.c: typofix in comment
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--read-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index 8579663..c14b562 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().