aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-create.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-create.c')
-rw-r--r--htl/pt-create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-create.c b/htl/pt-create.c
index 203b808..2613586 100644
--- a/htl/pt-create.c
+++ b/htl/pt-create.c
@@ -199,7 +199,7 @@ __pthread_create_internal (struct __pthread **thread,
/* Set the new thread's signal mask and set the pending signals to
empty. POSIX says: "The signal mask shall be inherited from the
creating thread. The set of signals pending for the new thread
- shall be empty." If the currnet thread is not a pthread then we
+ shall be empty." If the current thread is not a pthread then we
just inherit the process' sigmask. */
if (GL (dl_pthread_num_threads) == 1)
err = __sigprocmask (0, 0, &pthread->init_sigset);