Skip to content

Commit c963a5b

Browse files
author
Vladimir Kotal
committed
fix translation
1 parent e451072 commit c963a5b

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
@@ -1071,7 +1071,7 @@
10711071
\item More than one thread can hold the lock for reading or at most one
10721072
thread for writing (and no one for reading).
10731073
\item Read-write locks are semantically similar to locking files using
1074-
funkce \texttt{fcntl}.
1074+
\texttt{fcntl} function.
10751075
\item It is common that given implementation prefers writer threads to
10761076
reader threads. E.g. if a lock is owned by writer and some other thread
10771077
calls \funnm{pthread\_rwlock\_rdlock} and there is at least one thread

0 commit comments

Comments
 (0)