mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
malloc: fix comment typo
This commit is contained in:
committed by
Mike Frysinger
parent
7950a4ee59
commit
bb2ce41656
@ -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>
|
2014-08-09 Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
* Regenerate libc.po.
|
* Regenerate libc.po.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
This is a version (aka ptmalloc2) of malloc/free/realloc written by
|
This is a version (aka ptmalloc2) of malloc/free/realloc written by
|
||||||
Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger.
|
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
|
glibc in all parts of the code. Do not look for much commonality
|
||||||
with the ptmalloc2 version.
|
with the ptmalloc2 version.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user