Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fedor-ivn authored Dec 1, 2022
1 parent 21f5701 commit a18c26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter_06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The algorithm runs in a such fashion:
deadlocked. When the algorithm terminates, any unmarked processes are known
to be deadlocked. This algorithm assumes a worst-case scenario: all processes
keep all acquired resources until they exit.
The deadlock detection algorithm can now be giv en as follows.
The deadlock detection algorithm can now be given as follows.
> 1. Look for an unmarked process, **Pi**, for which the **ith** row of **R** is less
than or equal to **A**.
Expand Down

0 comments on commit a18c26b

Please sign in to comment.