From 1442cbb300319fc417e417c3984cb841fff16fc2 Mon Sep 17 00:00:00 2001 From: John Gatward Date: Wed, 25 Mar 2026 12:37:33 +0000 Subject: [PATCH] test --- docs/lectures/osc/05_concurrency2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lectures/osc/05_concurrency2.md b/docs/lectures/osc/05_concurrency2.md index 1bba7d6..701aef1 100644 --- a/docs/lectures/osc/05_concurrency2.md +++ b/docs/lectures/osc/05_concurrency2.md @@ -6,7 +6,7 @@ Two **shared variables** are used -1. *turn* - indicates which process is next to enter its critical section +1. *turn* - indicates which process is next to enter its critical section. 2. *Boolean flag [2]* - indicates that a process is ready to enter its critical section * Peterson's solution can be used over multiple processes or threads