Skip to content

Commit f6d9e44

Browse files
committed
Fix comment
1 parent ad3d04f commit f6d9e44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/scheduling/MLFQScheduler.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public class MLFQScheduler {
1717

1818
/**
1919
* Constructor to initialize the MLFQ scheduler with the specified number of
20-
* levels
21-
* and their corresponding time quantums.
20+
* levels and their corresponding time quantums.
2221
*
2322
* @param levels Number of queues (priority levels)
2423
* @param timeQuantums Time quantum for each queue level

0 commit comments

Comments
 (0)