summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS6
1 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e926f30..a3a847d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,9 +4,9 @@ Marcus Brinkmann <marcus@gnu.org>
The libhurd-slab allocator implementation (libhurd-slab/slab.c):
Johan Rydberg <jrydberg@night.trouble.net>
-The zone allocator physmem/zalloc.h, physmem/zalloc.c was originally
-written by:
-Neal H Walfield <neal@walfield.org>
+The pthread implementation libpthread/, and the zone allocator
+physmem/zalloc.h, physmem/zalloc.c was originally written by:
+Neal H Walfield <neal@walfield.org>
The malloc implementation in physmem/malloc.c was written by:
Doug Lea <dl@cs.oswego.edu>