Fix typo in malloc/malloc.c

Message ID 53E9A10D.1090408@gmail.com
State Committed
Headers

Commit Message

Sean Anderson Aug. 12, 2014, 5:07 a.m. UTC
  None
  

Comments

Mike Frysinger Aug. 12, 2014, 9:25 a.m. UTC | #1
thanks, i've pushed this now

in the future, you'll want to include a ChangeLog entry like so:
2014-08-12  Sean Anderson  <seanga2@gmail.com>

	* malloc/malloc.c: Fix typo in comment.
-mike
  

Patch

diff --git a/malloc/malloc.c b/malloc/malloc.c
index 41fd76a..6ee3840 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.