From 6f65e668957a50e153cba6822f747d13ad1b40ad Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Thu, 29 Aug 2013 09:08:54 +0200 Subject: Fix typos. --- malloc/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/malloc.c') diff --git a/malloc/malloc.c b/malloc/malloc.c index be472b2ba3..dd295f522c 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1167,7 +1167,7 @@ nextchunk-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ the malloc code, but "mem" is the pointer that is returned to the user. "Nextchunk" is the beginning of the next contiguous chunk. - Chunks always begin on even word boundries, so the mem portion + Chunks always begin on even word boundaries, so the mem portion (which is returned to the user) is also on an even word boundary, and thus at least double-word aligned. -- cgit 1.4.1