Skip to content

Commit 91654be

Browse files
committed
adjust wording
1 parent bc8b02f commit 91654be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@
12111211
calls function \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
12121212
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given precedence.
12131213
See \example{pthreads/pthread-rwlock-pref.c}.
1214-
\item There is a maximum number of locks allowed for each lock in any
1214+
\item There is a maximum number of readers that acquired the lock in any
12151215
\texttt{pthread} implementation (inferred from the type that holds the lock
12161216
count). If the maximum is reached \funnm{pthread\_rwlock\_rdlock} returns the
12171217
\texttt{EAGAIN} error, see \example{pthreads/pthread-rwlock-limit.c}.

0 commit comments

Comments
 (0)