diff options
Diffstat (limited to 'usr/src/lib/libc/port/threads/tls.c')
-rw-r--r-- | usr/src/lib/libc/port/threads/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/threads/tls.c b/usr/src/lib/libc/port/threads/tls.c index 5225f11205..12704cdc4f 100644 --- a/usr/src/lib/libc/port/threads/tls.c +++ b/usr/src/lib/libc/port/threads/tls.c @@ -312,7 +312,7 @@ __tls_get_addr(TLS_index *tls_index) #endif /* TLS_GET_ADDR_IS_WRITTEN_IN_ASSEMBLER */ /* - * This is called by _thr_setup() to initialize the thread's static TLS. + * This is called by _thrp_setup() to initialize the thread's static TLS. * Constructors for initially allocated static TLS are called here. */ void |