From bb2ce416563a61bb065f92e022dfd231097d90b6 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Tue, 12 Aug 2014 05:23:41 -0400 Subject: malloc: fix comment typo --- malloc/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/malloc.c b/malloc/malloc.c index 41fd76a29e..6ee38401dd 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -22,7 +22,7 @@ This is a version (aka ptmalloc2) of malloc/free/realloc written by Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger. - There have been substantial changesmade after the integration into + There have been substantial changes made after the integration into glibc in all parts of the code. Do not look for much commonality with the ptmalloc2 version. -- cgit v1.2.3