diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-23 22:27:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-23 22:27:38 +0000 |
commit | 611eb9468945adf00e7451e1eb860ffa79f4f4b6 (patch) | |
tree | ed797c5d735d9a29d11c42c4f61ff9930a1db948 /ChangeLog | |
parent | 094d3c54ae439a1dc83b6aa44caf81d54cab32e0 (diff) | |
download | glibc-611eb9468945adf00e7451e1eb860ffa79f4f4b6.tar.gz glibc-611eb9468945adf00e7451e1eb860ffa79f4f4b6.tar.xz glibc-611eb9468945adf00e7451e1eb860ffa79f4f4b6.zip |
typos
(__libc_setup_tls): Initialize length of DTV based on array length. * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 4e84b80a86..12d9f30316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the slotinfo array. - (__libc_setup_tls_): Initializer length of DTV based on array length. + (__libc_setup_tls): Initialize length of DTV based on array length. * elf/dl-load.c: Revert last change. * sysdeps/generic/dl-tls.c: Revert last change. @@ -479,7 +479,7 @@ 2005-02-07 Ulrich Drepper <drepper@redhat.com> - * elf/dl-load.c (_dl_map_object_from_fd): Makre sure registers are + * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are set correctly. 2005-01-07 Richard Henderson <rth@redhat.com> |