summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread.3')
-rw-r--r--share/man/man3/pthread.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index faf7ec2..076aefe 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -299,7 +299,7 @@ Lock a mutex and block until it becomes available or until the timeout expires.
.Ft int
.Fn pthread_mutex_trylock "pthread_mutex_t *mutex"
.Xc
-Try to lock a mutex, but don't block if the mutex is locked by another thread,
+Try to lock a mutex, but do not block if the mutex is locked by another thread,
including the current thread.
.It Xo
.Ft int
OpenPOWER on IntegriCloud