From 382d20e3ebc69ad20f54e71fc5f6ca17baa23973 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 13 Nov 2013 00:17:42 +0900 Subject: typofixes: fix misspelt comments Signed-off-by: Masanari Iida Signed-off-by: Junio C Hamano --- wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrapper.c') diff --git a/wrapper.c b/wrapper.c index 9a6aaafaf3..0cc56368bd 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) -- cgit v1.2.1