From: Sean Anderson Date: Tue, 12 Aug 2014 09:23:41 +0000 (-0400) Subject: malloc: fix comment typo X-Git-Tag: glibc-2.20~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb2ce416563a61bb065f92e022dfd231097d90b6;p=thirdparty%2Fglibc.git malloc: fix comment typo --- diff --git a/ChangeLog b/ChangeLog index 2cc226b9e7d..c73d092a20b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-12 Sean Anderson + + * malloc/malloc.c: Fix typo in comment. + 2014-08-09 Allan McRae * Regenerate libc.po. diff --git a/malloc/malloc.c b/malloc/malloc.c index 41fd76a29e1..6ee38401dd7 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.