summaryrefslogtreecommitdiff
path: root/wrapper.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-11-12 15:17:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 17:24:27 (GMT)
commit382d20e3ebc69ad20f54e71fc5f6ca17baa23973 (patch)
tree233e1d1b4fbf6e766ad04f727fdcffbb12590242 /wrapper.c
parent0ecd94d7d728606e0047a44e60a277ff4e7b3990 (diff)
downloadgit-382d20e3ebc69ad20f54e71fc5f6ca17baa23973.zip
git-382d20e3ebc69ad20f54e71fc5f6ca17baa23973.tar.gz
git-382d20e3ebc69ad20f54e71fc5f6ca17baa23973.tar.bz2
typofixes: fix misspelt comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wrapper.c')
-rw-r--r--wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper.c b/wrapper.c
index 9a6aaaf..0cc5636 100644
--- a/wrapper.c
+++ b/wrapper.c
@@ -133,7 +133,7 @@ void *xcalloc(size_t nmemb, size_t size)
/*
* Limit size of IO chunks, because huge chunks only cause pain. OS X
* 64-bit is buggy, returning EINVAL if len >= INT_MAX; and even in
- * the absense of bugs, large chunks can result in bad latencies when
+ * the absence of bugs, large chunks can result in bad latencies when
* you decide to kill the process.
*/
#define MAX_IO_SIZE (8*1024*1024)