Skip to content

Commit 26b47cb

Browse files
chore: fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.java (#7039)
Fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.java
1 parent d92ab9d commit 26b47cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/others/BankersAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.Scanner;
44

55
/**
6-
* This file contains an implementation of BANKER'S ALGORITM Wikipedia:
6+
* This file contains an implementation of BANKER'S ALGORITHM Wikipedia:
77
* https://en.wikipedia.org/wiki/Banker%27s_algorithm
88
*
99
* The algorithm for finding out whether or not a system is in a safe state can

0 commit comments

Comments
 (0)