summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-12-13 17:51:50 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-12-13 17:51:50 +0000
commit23257744cbf0307746604f6684cf56bc72a20bd4 (patch)
tree7598c7e9da1a18bb51328ba363cf9f93e0236055 /lib
parenta61116d080f7fda0bfe910c93a662c6f7b47bd5e (diff)
this this
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/uthread/uthread_exit.c2
-rw-r--r--lib/libpthread/uthread/uthread_exit.c2
2 files changed, 2 insertions, 2 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. */
diff --git a/lib/libpthread/uthread/uthread_exit.c b/lib/libpthread/uthread/uthread_exit.c
index 515fd9c5830..432a9435ca7 100644
--- a/lib/libpthread/uthread/uthread_exit.c
+++ b/lib/libpthread/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. */