Skip to content

Commit a0cb563

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 3aa192b commit a0cb563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synchro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@
352352
\item There are 2 types of locks:
353353
\begin{description}
354354
\item [advisory locks] -- for correct operation it is necessary that all
355-
processes working with locked files to check locks before reading/writing.
356-
used more frequently.
355+
processes working with locked files check the locks before reading/writing.
356+
Used more frequently.
357357
\item [mandatory locks] -- if a file is locked, read/write operations will
358358
automatically block the process, i.e. the lock will be applied also on
359359
processes that do not explicitly work with the lock.

0 commit comments

Comments
 (0)