Skip to content

Commit a087b19

Browse files
committed
Fixes spelling.
1 parent 1eb61c9 commit a087b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiningPhilosophers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In computer science, the dining philosophers problem is often used in the concur
1010

1111
It was originally formulated in 1965 by Edsger Dijkstra as a student exam exercise, presented in terms of computers competing for access to tape drive peripherals. Soon after, Tony Hoare gave the problem its present formulation.
1212

13-
This Swift implementation is based on the Chandy/Misra solution, and it uses the GCD Dispatch and Semaphone on the Swift cross platform.
13+
This Swift implementation is based on the Chandy/Misra solution, and it uses the GCD Dispatch and Semaphores on the Swift cross platform.
1414

1515
# Problem statement
1616

0 commit comments

Comments
 (0)