(_dl_deallocate_tls): Free it with free instead of munmap.
authorRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 01:30:42 +0000 (01:30 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 01:30:42 +0000 (01:30 +0000)
ChangeLog

index 70a2112..fa93f3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
        * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
        TCB with __libc_memalign instead of mmap.
-       (_dl_deallocate_tls): Free it with free instad of munmap.
+       (_dl_deallocate_tls): Free it with free instead of munmap.
 
        * Makerules (cpp-srcs-left): When setting this to run
        cppflags-iterator.mk, must append .c to $(tests) and $(xtests)