From 406984648d4184fcf396cebadb39c31ca3dbdd69 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Nov 2015 07:43:41 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/malloc.c') diff --git a/src/malloc.c b/src/malloc.c index 5a6739e..a3ad430 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -158,7 +158,7 @@ void* mallocz(size_t size, int clear) * Variant of `malloc` that clears the allocation with zeroes. * * `zalloc(n)` is equivalent to `calloc(1, n)`, or equivalently, - * `calloc(n, m)` is equivalent to `zalloc(n * m)` assumming `n * m` + * `calloc(n, m)` is equivalent to `zalloc(n * m)` assuming `n * m` * does not overflow (in which case `calloc(n, m)` returns `ENOMEM`.) * * This is a klibc extension. -- cgit v1.2.3-70-g09d2