summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cond_timedwait.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-12-17 14:48:00 +0000
committerphantom <phantom@FreeBSD.org>1999-12-17 14:48:00 +0000
commit47918de226d94967bf9aad66bdf0a62fae171cb6 (patch)
tree85f40647ab1c18e3ea0eb059c2d405c0b78889cd /share/man/man3/pthread_cond_timedwait.3
parentefae37a130fd53b78e97de4fb6d924ee9dcd7773 (diff)
downloadFreeBSD-src-47918de226d94967bf9aad66bdf0a62fae171cb6.zip
FreeBSD-src-47918de226d94967bf9aad66bdf0a62fae171cb6.tar.gz
Fix typos
PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'share/man/man3/pthread_cond_timedwait.3')
-rw-r--r--share/man/man3/pthread_cond_timedwait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3
index de427f8..40cf5ec 100644
--- a/share/man/man3/pthread_cond_timedwait.3
+++ b/share/man/man3/pthread_cond_timedwait.3
@@ -52,7 +52,7 @@ or
with the same condition variable, or if the system time reaches the
time specified in
.Fa abstime ,
-and the current thread reaquires the lock on
+and the current thread requires the lock on
.Fa mutex .
.Sh RETURN VALUES
If successful, the
OpenPOWER on IntegriCloud