diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:34:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:34:01 -0800 |
commit | a4a227a7259df19e22e45fc55b143107afadc00b (patch) | |
tree | efe46c7f49c37aab815a0b3b0cc7eeb06d530af2 /wrapper.c | |
parent | Merge branch 'jh/loose-object-dirs-creation-race' into maint (diff) | |
parent | contrib: typofixes (diff) | |
download | tgif-a4a227a7259df19e22e45fc55b143107afadc00b.tar.xz |
Merge branch 'mi/typofixes' into maint
* mi/typofixes:
contrib: typofixes
Documentation/technical/http-protocol.txt: typofixes
typofixes: fix misspelt comments
Diffstat (limited to 'wrapper.c')
-rw-r--r-- | wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |