mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
rtld-elf/rtld.c: fix typo in comment
Discussed with: emaste, imp Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D48509
This commit is contained in:
parent
0f1bf1c22a
commit
dd1d72961b
1 changed files with 1 additions and 1 deletions
|
|
@ -5301,7 +5301,7 @@ allocate_tls(Obj_Entry *objs, void *oldtcb, size_t tcbsize, size_t tcbalign)
|
|||
maxalign = MAX(tcbalign, tls_static_max_align);
|
||||
tls_init_align = MAX(obj_main->tlsalign, 1);
|
||||
|
||||
/* Compute fragmets sizes. */
|
||||
/* Compute fragments sizes. */
|
||||
extra_size = tcbsize - TLS_TCB_SIZE;
|
||||
post_size = calculate_tls_post_size(tls_init_align);
|
||||
tls_block_size = tcbsize + post_size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue