summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sigmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_sigmask.c')
-rw-r--r--lib/libpthread/thread/thr_sigmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigmask.c b/lib/libpthread/thread/thr_sigmask.c
index 15740f4..24a5134 100644
--- a/lib/libpthread/thread/thr_sigmask.c
+++ b/lib/libpthread/thread/thr_sigmask.c
@@ -53,7 +53,7 @@ _pthread_sigmask(int how, const sigset_t *set, sigset_t *oset)
ret = __sys_sigprocmask(how, set, oset);
if (ret != 0)
ret = errno;
- /* Get a copy for thread dump */
+ /* Get a fresh copy */
__sys_sigprocmask(SIG_SETMASK, NULL, &curthread->sigmask);
return (ret);
}
OpenPOWER on IntegriCloud