malloc: fix comment typo
authorSean Anderson <seanga2@gmail.com>
Tue, 12 Aug 2014 09:23:41 +0000 (05:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Aug 2014 09:24:29 +0000 (05:24 -0400)
ChangeLog
malloc/malloc.c

index 2cc226b..c73d092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-12  Sean Anderson  <seanga2@gmail.com>
+
+       * malloc/malloc.c: Fix typo in comment.
+
 2014-08-09  Allan McRae  <allan@archlinux.org>
 
        * Regenerate libc.po.
index 41fd76a..6ee3840 100644 (file)
@@ -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.