diff options
Diffstat (limited to 'lib/libc/gen/tls.c')
-rw-r--r-- | lib/libc/gen/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/tls.c b/lib/libc/gen/tls.c index 1fdfc94..a005b5c 100644 --- a/lib/libc/gen/tls.c +++ b/lib/libc/gen/tls.c @@ -88,7 +88,7 @@ __tls_get_addr() #pragma weak _rtld_free_tls /* - * Free Static TLS using the Variant II method. + * Free Static TLS using the Variant I method. */ void _rtld_free_tls(void *tls, size_t tcbsize, size_t tcbalign) |