diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2019-12-27 09:45:26 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2019-12-27 09:45:26 +0000 |
| commit | 79c42d792a83636da862f4ee22fa893f18c0e069 (patch) | |
| tree | b333779304d3cfa3c472ef2deffd8bbb178031ed /lib/libpthread | |
| parent | 254597665d56ca43dc7eb1474953e1993d0497da (diff) | |
s/sucess/success/ in comment.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_mutex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_mutex.3 b/lib/libpthread/pthread_mutex.3 index 26c6accfa2e..ea336c832c8 100644 --- a/lib/libpthread/pthread_mutex.3 +++ b/lib/libpthread/pthread_mutex.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutex.3,v 1.10 2017/10/22 16:37:24 abhinav Exp $ +.\" $NetBSD: pthread_mutex.3,v 1.11 2019/12/27 09:45:26 msaitoh Exp $ .\" .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -176,7 +176,7 @@ function shall return the current priority ceiling of the mutex. The .Fn pthread_mutex_setprioceiling function shall either lock the mutex if it is unlocked, or block until -it can sucessfully lock the mutex, then it shall change the mutex's priority +it can successfully lock the mutex, then it shall change the mutex's priority ceiling and release the mutex. When the change is successful, the previous value of the priority ceiling shall be returned |
