summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1998-12-13 17:51:49 +0000
committerniklas <niklas@openbsd.org>1998-12-13 17:51:49 +0000
commit17a960eaa150d183826ef3d896d0dcd3583d33f5 (patch)
treeefb878c3aac1014aa814ed827c7df69f864196b4 /lib/libc_r
parentdocument new -d option for morse (diff)
downloadwireguard-openbsd-17a960eaa150d183826ef3d896d0dcd3583d33f5.tar.xz
wireguard-openbsd-17a960eaa150d183826ef3d896d0dcd3583d33f5.zip
this this
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/uthread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_exit.c b/lib/libc_r/uthread/uthread_exit.c
index 515fd9c5830..432a9435ca7 100644
--- a/lib/libc_r/uthread/uthread_exit.c
+++ b/lib/libc_r/uthread/uthread_exit.c
@@ -184,7 +184,7 @@ pthread_exit(void *status)
if (pthread_mutex_unlock(&_gc_mutex) != 0)
PANIC("Cannot lock gc mutex");
- /* This this thread will never be re-scheduled. */
+ /* This thread will never be re-scheduled. */
_thread_kern_sched_state(PS_DEAD, __FILE__, __LINE__);
/* This point should not be reached. */