Skip to content

Commit 2b69ff3

Browse files
author
Vladimir Kotal
committed
add format to fix spelling
1 parent 922d8af commit 2b69ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

threads.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,10 +1211,10 @@
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 pthread
1215-
implementation (inferred from the type that holds the lock count). If the
1216-
maximum is reached \funnm{pthread\_rwlock\_rdlock} returns the \texttt{EAGAIN}
1217-
error, see \example{pthreads/pthread-rwlock-limit.c}.
1214+
\item There is a maximum number of locks allowed for each lock in any
1215+
\texttt{pthread} implementation (inferred from the type that holds the lock
1216+
count). If the maximum is reached \funnm{pthread\_rwlock\_rdlock} returns the
1217+
\texttt{EAGAIN} error, see \example{pthreads/pthread-rwlock-limit.c}.
12181218
\end{itemize}
12191219

12201220
%%%%%

0 commit comments

Comments
 (0)