Skip to content

Commit 99c42f0

Browse files
authored
Update Scheduler.h
1 parent 2cbbca1 commit 99c42f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProcessScheduler/Scheduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Scheduler
6161
bool destroy(Process &process);
6262

6363
/**
64-
* Same as calling destroy() and add() with less overhead
64+
* Same as calling destroy(), add(), and enable() at once with less overhead
6565
*
6666
* @return: True on success
6767
*/

0 commit comments

Comments
 (0)