Skip to content

Commit 062a78c

Browse files
Update non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent c126f71 commit 062a78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non_preemptive_sjf_scheduling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using std::vector;
3535
* @tparam T Data type of Arrival time
3636
* @tparam E Data type of Burst time
3737
* @param t1 First tuple<S,T,E>t1
38-
* @param t2 Second tuple<S,T,E>t2
38+
* @param t2 tuple containing process id, arrival time and burst time
3939
* @returns true if t1 and t2 are in the CORRECT order
4040
* @returns false if t1 and t2 are in the INCORRECT order
4141
*/

0 commit comments

Comments
 (0)