diff options
author | 2002-06-04 00:09:07 +0000 | |
---|---|---|
committer | 2002-06-04 00:09:07 +0000 | |
commit | 125cd19f133d0109790f7e2ee26831cc101900ca (patch) | |
tree | 6614799dffc78d5cd2c0634922822c8852b36110 /lib/libpthread/uthread | |
parent | Remove unused #define. ok deraadt@ (diff) | |
download | wireguard-openbsd-125cd19f133d0109790f7e2ee26831cc101900ca.tar.xz wireguard-openbsd-125cd19f133d0109790f7e2ee26831cc101900ca.zip |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'lib/libpthread/uthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_cond.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/uthread/uthread_cond.c b/lib/libpthread/uthread/uthread_cond.c index d1c5576d42c..dc46e26127d 100644 --- a/lib/libpthread/uthread/uthread_cond.c +++ b/lib/libpthread/uthread/uthread_cond.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_cond.c,v 1.12 2001/12/20 07:33:14 fgsch Exp $ */ +/* $OpenBSD: uthread_cond.c,v 1.13 2002/06/04 00:09:07 deraadt Exp $ */ /* * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -273,7 +273,7 @@ pthread_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex) * errors. Note that even * though this thread may have * been canceled, POSIX requires - * that the mutex be reaquired + * that the mutex be reacquired * prior to cancellation. */ (void)_mutex_cv_lock(mutex); @@ -439,7 +439,7 @@ pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, * errors. Note that even * though this thread may have * been canceled, POSIX requires - * that the mutex be reaquired + * that the mutex be reacquired * prior to cancellation. */ (void)_mutex_cv_lock(mutex); |