2002-07-31 Roland McGrath <roland@frob.com>
2002-07-31 Roland McGrath <roland@frob.com>
+ * elf/rtld.c (dl_main): Fix typo in error message.
+
+2002-07-31 Roland McGrath <roland@frob.com>
+
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
__xstat -> __xstat64, __lseek -> __libc_lseek64. Completes 2002-06-09
sysdeps/mach/hurd/dl-sysdep.c change.
slotinfo[++i].map = l;
assert (i == GL(dl_tls_max_dtv_idx));
- /* Computer the TLS offsets for the various blocks. We call this
+ /* Compute the TLS offsets for the various blocks. We call this
function even if none of the modules available at startup time
uses TLS to initialize some variables. */
_dl_determine_tlsoffset ();
tcbp = INTUSE(_dl_allocate_tls) ();
if (tcbp == NULL)
_dl_fatal_printf ("\
-cannot allocate TLS data structures for inital thread");
+cannot allocate TLS data structures for initial thread");
/* And finally install it for the main thread. */
TLS_INIT_TP (tcbp);